contributions/usermanagement/behaviour/commands/users/update.cmd.php
Go to the documentation of this file.00001 <?php 00002 Load::commands('base/updateusers'); 00003 /** 00004 * Update a user 00005 * 00006 * @author Gerd Riesselmann 00007 * @ingroup Usermanagement 00008 */ 00009 class UpdateUsersCommand extends UpdateUsersBaseCommand { 00010 }