PHP Class Jackalope\Version\Version

Inheritance: extends Jackalope\Node, implements PHPCR\Version\VersionInterface
Show file Open project: jackalope/jackalope

Public Methods

Method Description
getContainingHistory ( ) {@inheritDoc}
getCreated ( ) {@inheritDoc}
getFrozenNode ( ) {@inheritDoc}
getLinearPredecessor ( ) {@inheritDoc}
getLinearSuccessor ( ) {@inheritDoc}
getPredecessors ( ) {@inheritDoc}
getSuccessors ( ) {@inheritDoc}
remove ( ) {@inheritDoc}
setCachedPredecessorsDirty ( ) Set all cached predecessors of this version dirty
setCachedSuccessorsDirty ( ) Set all cached successors of this version dirty

Method Details

getContainingHistory() public method

{@inheritDoc}

getCreated() public method

{@inheritDoc}
public getCreated ( )

getFrozenNode() public method

{@inheritDoc}
public getFrozenNode ( )

getLinearPredecessor() public method

{@inheritDoc}

getLinearSuccessor() public method

{@inheritDoc}
public getLinearSuccessor ( )

getPredecessors() public method

{@inheritDoc}
public getPredecessors ( )

getSuccessors() public method

{@inheritDoc}
public getSuccessors ( )

remove() public method

{@inheritDoc}
public remove ( )

setCachedPredecessorsDirty() public method

Set all cached predecessors of this version dirty

setCachedSuccessorsDirty() public method

Set all cached successors of this version dirty