Sulu\Bundle\DocumentManagerBundle\Session\SessionManager::setNodeProperty PHP Method

setNodeProperty() public method

public setNodeProperty ( $nodePath, $propertyName, $value )
    public function setNodeProperty($nodePath, $propertyName, $value)
    {
        $this->setNodePropertyForSession($this->defaultSession, $nodePath, $propertyName, $value);
        $this->setNodePropertyForSession($this->liveSession, $nodePath, $propertyName, $value);
    }