contributions/binaries/behaviour/commands/binaries/create.cmd.php
Go to the documentation of this file.00001 <?php 00002 Load::commands('base/createbinaries'); 00003 00004 /** 00005 * Create a binary 00006 * 00007 * @author Gerd Riesselmann 00008 * @ingroup Binaries 00009 */ 00010 class CreateBinariesCommand extends CreateBinariesBaseCommand { 00011 }