PHP Class Sulu\Bundle\DocumentManagerBundle\Session\SessionManager

Inheritance: implements Sulu\Bundle\DocumentManagerBundle\Session\SessionManagerInterface
Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( PHPCR\SessionInterface $defaultSession, PHPCR\SessionInterface $liveSession )
flush ( )
setNodeProperty ( $nodePath, $propertyName, $value )

Private Methods

Method Description
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.

Method Details

__construct() public method

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

flush() public method

public flush ( )

setNodeProperty() public method

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