Method | Description | |
---|---|---|
__construct ( PHPCR\SessionInterface $defaultSession, PHPCR\SessionInterface $liveSession ) | ||
flush ( ) | ||
setNodeProperty ( $nodePath, $propertyName, $value ) |
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. |
public __construct ( PHPCR\SessionInterface $defaultSession, PHPCR\SessionInterface $liveSession ) | ||
$defaultSession | PHPCR\SessionInterface | |
$liveSession | PHPCR\SessionInterface |