IMP_Ftree_Prefs::__get PHP Method

__get() public method

public __get ( $name )
    public function __get($name)
    {
        switch ($name) {
            case 'locked':
                return $this->_locked;
        }
    }