Acl_Core::__sleep PHP Méthode

__sleep() public méthode

public __sleep ( )
    public function __sleep()
    {
        return array('_roles', '_resources', '_permissions');
        // no need to save the current command ($this->command)
    }