PHP Class VersionPress\ChangeInfos\BulkChangeInfo

Inheritance: implements VersionPress\ChangeInfos\ChangeInfo
ファイルを表示 Open project: versionpress/versionpress Class Usage Examples

Protected Properties

Property Type Description
$changeInfos TrackedChangeInfo[]
$count integer

Public Methods

Method Description
__construct ( array $changeInfos )
getAction ( )
getChangeDescription ( )
getChangeInfos ( ) : TrackedChangeInfo[] Returns original ChangeInfo objects.
getCommitMessage ( )
getPriority ( )
getScope ( )

Private Methods

Method Description
countUniqueChanges ( TrackedChangeInfo[] $changeInfos ) : integer

Method Details

__construct() public method

public __construct ( array $changeInfos )
$changeInfos array

getAction() public method

public getAction ( )

getChangeDescription() public method

getChangeInfos() public method

Returns original ChangeInfo objects.
public getChangeInfos ( ) : TrackedChangeInfo[]
return TrackedChangeInfo[]

getCommitMessage() public method

public getCommitMessage ( )

getPriority() public method

public getPriority ( )

getScope() public method

public getScope ( )

Property Details

$changeInfos protected_oe property

protected TrackedChangeInfo[],VersionPress\ChangeInfos $changeInfos
return TrackedChangeInfo[]

$count protected_oe property

protected int $count
return integer