Horde_Registry_Api::noPerms PHP Method

noPerms() public method

An application's implementation is responsible for changing/resetting application scope if it is needed within the method (e.g. to use application's prefs).
public noPerms ( ) : array
return array List of API methods that don't require permissions.
    public function noPerms()
    {
        return $this->_noPerms;
    }