PHP Класс Sulu\Bundle\DocumentManagerBundle\Session\SessionManager

Наследование: implements Sulu\Bundle\DocumentManagerBundle\Session\SessionManagerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( PHPCR\SessionInterface $defaultSession, PHPCR\SessionInterface $liveSession )
flush ( )
setNodeProperty ( $nodePath, $propertyName, $value )

Приватные методы

Метод Описание
setNodePropertyForSession ( PHPCR\SessionInterface $session, string $nodePath, string $propertyName, mixed $value ) Sets the property of the node at the given path to the given value. The change is only applied to the given session.

Описание методов

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

public __construct ( PHPCR\SessionInterface $defaultSession, PHPCR\SessionInterface $liveSession )
$defaultSession PHPCR\SessionInterface
$liveSession PHPCR\SessionInterface

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

public flush ( )

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

public setNodeProperty ( $nodePath, $propertyName, $value )