* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ require_once(dirname(__FILE__).'/../lib/BasesfGuardUserActions.class.php'); /** * User management. * * @package symfony * @subpackage plugin * @author Fabien Potencier * @version SVN: $Id: actions.class.php 4 2008-09-24 08:40:58Z marek $ */ class sfGuardUserActions extends BasesfGuardUserActions { }