PHP 클래스 Jackalope\Version\Version

상속: extends Jackalope\Node, implements PHPCR\Version\VersionInterface
파일 보기 프로젝트 열기: jackalope/jackalope

공개 메소드들

메소드 설명
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

메소드 상세

getContainingHistory() 공개 메소드

{@inheritDoc}

getCreated() 공개 메소드

{@inheritDoc}
public getCreated ( )

getFrozenNode() 공개 메소드

{@inheritDoc}
public getFrozenNode ( )

getLinearPredecessor() 공개 메소드

{@inheritDoc}

getLinearSuccessor() 공개 메소드

{@inheritDoc}
public getLinearSuccessor ( )

getPredecessors() 공개 메소드

{@inheritDoc}
public getPredecessors ( )

getSuccessors() 공개 메소드

{@inheritDoc}
public getSuccessors ( )

remove() 공개 메소드

{@inheritDoc}
public remove ( )

setCachedPredecessorsDirty() 공개 메소드

Set all cached predecessors of this version dirty

setCachedSuccessorsDirty() 공개 메소드

Set all cached successors of this version dirty