Jelix\Dependencies\Item::getProperty PHP Method

getProperty() public method

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