PHP Class Sulu\Component\Content\Document\Subscriber\PHPCR\SuluNode

Inheritance: implements IteratorAggregate, implements PHPCR\NodeInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
__construct ( PHPCR\NodeInterface $node )
accept ( PHPCR\ItemVisitorInterface $visitor )
addMixin ( $mixinName )
addNode ( $relPath, $primaryNodeTypeName = null )
addNodeAutoNamed ( $nameHint = null, $primaryNodeTypeName = null )
canAddMixin ( $mixinName )
followLifecycleTransition ( $transition )
getAllowedLifecycleTransitions ( )
getAncestor ( $depth )
getCorrespondingNodePath ( $workspaceName )
getDefinition ( )
getDepth ( )
getIdentifier ( )
getIndex ( )
getIterator ( )
getMixinNodeTypes ( )
getName ( )
getNode ( $relPath )
getNodeNames ( $nameFilter = null, $typeFilter = null )
getNodes ( $nameFilter = null, $typeFilter = null )
getParent ( )
getPath ( )
getPrimaryItem ( )
getPrimaryNodeType ( )
getProperties ( $nameFilter = null )
getPropertiesValues ( $nameFilter = null, $dereference = true )
getProperty ( $relPath )
getPropertyValue ( $name, $type = PropertyType::UNDEFINED )
getPropertyValueWithDefault ( $relPath, $defaultValue )
getReferences ( $name = null )
getSession ( )
getSharedSet ( )
getWeakReferences ( $name = null )
hasNode ( $relPath )
hasNodes ( )
hasProperties ( )
hasProperty ( $relPath )
isCheckedOut ( )
isLocked ( )
isModified ( )
isNew ( )
isNode ( )
isNodeType ( $nodeTypeName )
isSame ( PHPCR\ItemInterface $otherItem )
orderBefore ( $srcChildRelPath, $destChildRelPath )
remove ( )
removeMixin ( $mixinName )
removeShare ( )
removeSharedSet ( )
rename ( $newName )
revert ( )
setMixins ( array $mixinNames )
setPrimaryType ( $nodeTypeName )
setProperty ( $name, $value, $type = PropertyType::UNDEFINED )
update ( $srcWorkspace )

Method Details

__construct() public méthode

public __construct ( PHPCR\NodeInterface $node )
$node PHPCR\NodeInterface

accept() public méthode

public accept ( PHPCR\ItemVisitorInterface $visitor )
$visitor PHPCR\ItemVisitorInterface

addMixin() public méthode

public addMixin ( $mixinName )

addNode() public méthode

public addNode ( $relPath, $primaryNodeTypeName = null )

addNodeAutoNamed() public méthode

public addNodeAutoNamed ( $nameHint = null, $primaryNodeTypeName = null )

canAddMixin() public méthode

public canAddMixin ( $mixinName )

followLifecycleTransition() public méthode

public followLifecycleTransition ( $transition )

getAllowedLifecycleTransitions() public méthode

getAncestor() public méthode

public getAncestor ( $depth )

getCorrespondingNodePath() public méthode

public getCorrespondingNodePath ( $workspaceName )

getDefinition() public méthode

public getDefinition ( )

getDepth() public méthode

public getDepth ( )

getIdentifier() public méthode

public getIdentifier ( )

getIndex() public méthode

public getIndex ( )

getIterator() public méthode

public getIterator ( )

getMixinNodeTypes() public méthode

public getMixinNodeTypes ( )

getName() public méthode

public getName ( )

getNode() public méthode

public getNode ( $relPath )

getNodeNames() public méthode

public getNodeNames ( $nameFilter = null, $typeFilter = null )

getNodes() public méthode

public getNodes ( $nameFilter = null, $typeFilter = null )

getParent() public méthode

public getParent ( )

getPath() public méthode

public getPath ( )

getPrimaryItem() public méthode

public getPrimaryItem ( )

getPrimaryNodeType() public méthode

public getPrimaryNodeType ( )

getProperties() public méthode

public getProperties ( $nameFilter = null )

getPropertiesValues() public méthode

public getPropertiesValues ( $nameFilter = null, $dereference = true )

getProperty() public méthode

public getProperty ( $relPath )

getPropertyValue() public méthode

public getPropertyValue ( $name, $type = PropertyType::UNDEFINED )

getPropertyValueWithDefault() public méthode

public getPropertyValueWithDefault ( $relPath, $defaultValue )

getReferences() public méthode

public getReferences ( $name = null )

getSession() public méthode

public getSession ( )

getSharedSet() public méthode

public getSharedSet ( )

getWeakReferences() public méthode

public getWeakReferences ( $name = null )

hasNode() public méthode

public hasNode ( $relPath )

hasNodes() public méthode

public hasNodes ( )

hasProperties() public méthode

public hasProperties ( )

hasProperty() public méthode

public hasProperty ( $relPath )

isCheckedOut() public méthode

public isCheckedOut ( )

isLocked() public méthode

public isLocked ( )

isModified() public méthode

public isModified ( )

isNew() public méthode

public isNew ( )

isNode() public méthode

public isNode ( )

isNodeType() public méthode

public isNodeType ( $nodeTypeName )

isSame() public méthode

public isSame ( PHPCR\ItemInterface $otherItem )
$otherItem PHPCR\ItemInterface

orderBefore() public méthode

public orderBefore ( $srcChildRelPath, $destChildRelPath )

remove() public méthode

public remove ( )

removeMixin() public méthode

public removeMixin ( $mixinName )

removeShare() public méthode

public removeShare ( )

removeSharedSet() public méthode

public removeSharedSet ( )

rename() public méthode

public rename ( $newName )

revert() public méthode

public revert ( )

setMixins() public méthode

public setMixins ( array $mixinNames )
$mixinNames array

setPrimaryType() public méthode

public setPrimaryType ( $nodeTypeName )

setProperty() public méthode

public setProperty ( $name, $value, $type = PropertyType::UNDEFINED )

update() public méthode

public update ( $srcWorkspace )