contributions/voting/behaviour/commands/votes/create.cmd.php
Go to the documentation of this file.00001 <?php 00002 Load::commands('base/createvotes'); 00003 00004 /** 00005 * Comamdn to create a vote 00006 */ 00007 class CreateVotesCommand extends CreateVotesBaseCommand { 00008 }