contributions/usermanagement/behaviour/commands/users/validate.cmd.php
Go to the documentation of this file.00001 <?php 00002 Load::commands('base/validateusers'); 00003 00004 /** 00005 * Validate a user 00006 * 00007 * @since 0.5.1 00008 * 00009 * @author Gerd Riesselmann 00010 * @ingroup Usermanagement 00011 */ 00012 class ValidateUsersCommand extends ValidateUsersBaseCommand { 00013 }