PHP 인터페이스 Jackalope\Transport\VersioningInterface

상속: extends Jackalope\Transport\TransportInterface
파일 보기 프로젝트 열기: jackalope/jackalope

공개 메소드들

메소드 설명
addVersionLabel ( string $versionName, string $label, boolean $moveLabel ) Adds the label label to the specified version.
checkinItem ( string $path ) : string Check-in item at path.
checkoutItem ( string $path ) Check-out item at path.
removeVersion ( string $versionPath, string $versionName ) Remove a version given the path to the version node and the name of the version.
removeVersionLabel ( string $versionPath, string $label ) Removes a label from the specified version.
restoreItem ( $removeExisting, $versionPath, $path ) Restore the item at versionPath to the location path

메소드 상세

addVersionLabel() 공개 메소드

Adds the label label to the specified version.
public addVersionLabel ( string $versionName, string $label, boolean $moveLabel )
$versionName string the absolute path to the version
$label string
$moveLabel boolean

checkinItem() 공개 메소드

Check-in item at path.
또한 보기: VersionManager::checkin
public checkinItem ( string $path ) : string
$path string absolute path to the node
리턴 string path to the new version

checkoutItem() 공개 메소드

Check-out item at path.
또한 보기: VersionManager::checkout
public checkoutItem ( string $path )
$path string absolute path to the node

removeVersion() 공개 메소드

Remove a version given the path to the version node and the name of the version.
public removeVersion ( string $versionPath, string $versionName )
$versionPath string absolute path to the version node
$versionName string The name of the version

removeVersionLabel() 공개 메소드

Removes a label from the specified version.
public removeVersionLabel ( string $versionPath, string $label )
$versionPath string the absolute path to the version.
$label string the label, that has to be removed.

restoreItem() 공개 메소드

TODO: This is incomplete. Needs batch processing to avoid chicken-and-egg problems
또한 보기: VersionManager::restoreItem
public restoreItem ( $removeExisting, $versionPath, $path )