PHP 클래스 Jackalope\Version\VersionHistory

Note: As this extends NodeInterface, foreach still iterates over the children and not over versions. If you want to use a foreach, you can use getAllVersions() to retrieve an iterator over versions.
상속: extends Jackalope\Node
파일 보기 프로젝트 열기: jackalope/jackalope

보호된 프로퍼티들

프로퍼티 타입 설명
$linearVersions array Cache of the linear versions to only build the list once
$versionLabels array Cache of the version labels.
$versions array Cache of all versions to only build the list once

공개 메소드들

메소드 설명
addVersionLabel ( $versionName, $label, $moveLabel ) {@inheritDoc}
getAllFrozenNodes ( ) {@inheritDoc}
getAllLinearFrozenNodes ( ) {@inheritDoc}
getAllLinearVersions ( ) {@inheritDoc}
getAllVersions ( ) {@inheritDoc}
getRootVersion ( ) {@inheritDoc}
getVersion ( $versionName ) {@inheritDoc}
getVersionByLabel ( $label ) {@inheritDoc}
getVersionLabels ( $version = null ) {@inheritDoc}
getVersionableIdentifier ( ) {@inheritDoc}
hasVersionLabel ( $label, $version = null ) {@inheritDoc}
notifyHistoryChanged ( ) Tell the version history that it needs to reload, i.e. after a checkin operation
removeVersion ( $versionName ) {@inheritDoc}
removeVersionLabel ( $label ) {@inheritDoc}

보호된 메소드들

메소드 설명
getEventualSuccessors ( PHPCR\Version\VersionInterface $node ) : array Walk along the successors line to get all versions of this node

비공개 메소드들

메소드 설명
initVersionLabels ( ) This method fetches all version labels, if the cache array is not initialized yet.

메소드 상세

addVersionLabel() 공개 메소드

{@inheritDoc}
public addVersionLabel ( $versionName, $label, $moveLabel )

getAllFrozenNodes() 공개 메소드

{@inheritDoc}
public getAllFrozenNodes ( )

getAllLinearFrozenNodes() 공개 메소드

{@inheritDoc}

getAllLinearVersions() 공개 메소드

{@inheritDoc}

getAllVersions() 공개 메소드

{@inheritDoc}
public getAllVersions ( )

getEventualSuccessors() 보호된 메소드

According to spec, 3.13.1.4, these are called eventual successors
protected getEventualSuccessors ( PHPCR\Version\VersionInterface $node ) : array
$node PHPCR\Version\VersionInterface the node to get successors from
리턴 array list of VersionInterface

getRootVersion() 공개 메소드

{@inheritDoc}
public getRootVersion ( )

getVersion() 공개 메소드

{@inheritDoc}
public getVersion ( $versionName )

getVersionByLabel() 공개 메소드

{@inheritDoc}
public getVersionByLabel ( $label )

getVersionLabels() 공개 메소드

{@inheritDoc}
public getVersionLabels ( $version = null )

getVersionableIdentifier() 공개 메소드

{@inheritDoc}

hasVersionLabel() 공개 메소드

{@inheritDoc}
public hasVersionLabel ( $label, $version = null )

notifyHistoryChanged() 공개 메소드

Tell the version history that it needs to reload, i.e. after a checkin operation

removeVersion() 공개 메소드

{@inheritDoc}
public removeVersion ( $versionName )

removeVersionLabel() 공개 메소드

{@inheritDoc}
public removeVersionLabel ( $label )

프로퍼티 상세

$linearVersions 보호되어 있는 프로퍼티

Cache of the linear versions to only build the list once
protected array $linearVersions
리턴 array

$versionLabels 보호되어 있는 프로퍼티

Cache of the version labels.
protected array $versionLabels
리턴 array

$versions 보호되어 있는 프로퍼티

Cache of all versions to only build the list once
protected array $versions
리턴 array