PHP 인터페이스 VersionPress\ChangeInfos\ChangeInfo

ChangeInfo is first created from a hook that observes some action (see versionpress.php, or for {@link VersionPress\ChangeInfos\EntityChangeInfo}s the initiator is usually some {@link VersionPress\Storages\Storage}). The ChangeInfo is then persisted to a commit message by {@link Committer} and later reconstructed from it again when the main VersionPress table is being displayed (see admin/index.php and {@link VersionPress\ChangeInfos\ChangeInfoFactory}). There are two main classes of ChangeInfo objects: tracked and untracked ones, and the tracked change infos further have many specific types to represent various actions (for instance, post changes display different messages than comment messages). More docs on it in {@link VersionPress\ChangeInfos\TrackedChangeInfo}.
파일 보기 프로젝트 열기: versionpress/versionpress 0 사용 예제들

공개 메소드들

메소드 설명
getChangeDescription ( ) : string Text displayed in the main VersionPress table (see admin/index.php). Also used to construct commit message subject (first line) when the commit is first physically created.
getCommitMessage ( ) : CommitMessage Creates a commit message from this ChangeInfo. Used by Committer.
getPriority ( )

메소드 상세

getChangeDescription() 공개 메소드

Text displayed in the main VersionPress table (see admin/index.php). Also used to construct commit message subject (first line) when the commit is first physically created.
public getChangeDescription ( ) : string
리턴 string

getCommitMessage() 공개 메소드

Creates a commit message from this ChangeInfo. Used by Committer.
또한 보기: Committer::commit()
public getCommitMessage ( ) : CommitMessage
리턴 VersionPress\Git\CommitMessage

getPriority() 공개 메소드

public getPriority ( )