contributions/usermanagement/behaviour/commands/users/register.cmd.php
Go to the documentation of this file.00001 <?php 00002 Load::commands('base/register'); 00003 00004 /** 00005 * Register 00006 * 00007 * @author Gerd Riesselmann 00008 * @ingroup Usermanagement 00009 */ 00010 class RegisterUsersCommand extends RegisterUsersBaseCommand { 00011 }