Ingo_Rule_User::__get PHP Method

__get() public method

public __get ( $name )
    public function __get($name)
    {
        switch ($name) {
            case 'has_flags':
                return (bool) ($this->flags & ~self::FLAG_AVAILABLE);
        }
    }