Exakat\Loader\CypherG3::getProperty PHP Метод

getProperty() публичный Метод

public getProperty ( $name )
    public function getProperty($name)
    {
        if ($this->isLink) {
            return static::$lastLink[$name];
        } else {
            return $this->node[$name];
        }
    }