Ingo_Storage::__get PHP Method

__get() public method

public __get ( $name )
    public function __get($name)
    {
        global $injector;
        switch ($name) {
            case 'max_rules':
                return $injector->getInstance('Horde_Core_Perms')->hasAppPermission(Ingo_Perms::getPerm('max_rules'));
        }
    }