PHP Class mageekguy\atoum\scripts\tagger\engine

Datei anzeigen Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$adapter
$changelogHeader
$changelogName
$destinationDirectory
$srcDirectory
$srcIteratorInjector
$version
$versionPattern

Public Methods

Method Description
__construct ( mageekguy\atoum\adapter $adapter = null )
getAdapter ( )
getDestinationDirectory ( )
getSrcDirectory ( )
getSrcIterator ( )
getVersion ( )
getVersionPattern ( )
setAdapter ( mageekguy\atoum\adapter $adapter )
setChangelogHeader ( $header )
setChangelogName ( $name )
setDestinationDirectory ( $directory )
setSrcDirectory ( $directory )
setSrcIteratorInjector ( closure $srcIteratorInjector )
setVersion ( $version )
setVersionPattern ( $pattern )
tagChangelog ( )
tagVersion ( )

Method Details

__construct() public method

public __construct ( mageekguy\atoum\adapter $adapter = null )
$adapter mageekguy\atoum\adapter

getAdapter() public method

public getAdapter ( )

getDestinationDirectory() public method

getSrcDirectory() public method

public getSrcDirectory ( )

getSrcIterator() public method

public getSrcIterator ( )

getVersion() public method

public getVersion ( )

getVersionPattern() public method

public getVersionPattern ( )

setAdapter() public method

public setAdapter ( mageekguy\atoum\adapter $adapter )
$adapter mageekguy\atoum\adapter

setChangelogHeader() public method

public setChangelogHeader ( $header )

setChangelogName() public method

public setChangelogName ( $name )

setDestinationDirectory() public method

public setDestinationDirectory ( $directory )

setSrcDirectory() public method

public setSrcDirectory ( $directory )

setSrcIteratorInjector() public method

public setSrcIteratorInjector ( closure $srcIteratorInjector )
$srcIteratorInjector closure

setVersion() public method

public setVersion ( $version )

setVersionPattern() public method

public setVersionPattern ( $pattern )

tagChangelog() public method

public tagChangelog ( )

tagVersion() public method

public tagVersion ( )

Property Details

$adapter protected_oe property

protected $adapter

$changelogHeader protected_oe property

protected $changelogHeader

$changelogName protected_oe property

protected $changelogName

$destinationDirectory protected_oe property

protected $destinationDirectory

$srcDirectory protected_oe property

protected $srcDirectory

$srcIteratorInjector protected_oe property

protected $srcIteratorInjector

$version protected_oe property

protected $version

$versionPattern protected_oe property

protected $versionPattern