Jelix\Dependencies\Item::getProperty PHP 메소드

getProperty() 공개 메소드

public getProperty ( $name )
    public function getProperty($name)
    {
        if (isset($this->properties[$name])) {
            return $this->properties[$name];
        }
        return;
    }