PHP Class DNTag

Inheritance: extends ViewableData
Afficher le fichier Open project: silverstripe/deploynaut Class Usage Examples

Protected Properties

Свойство Type Description
$data
$name
$project
$references
$tag Gitonomy\Git\Reference\Tag

Méthodes publiques

Méthode Description
Created ( ) : SS_Datetime
Name ( ) : string
SHA ( ) : string
__construct ( Gitonomy\Git\Reference\Tag $tag, DNProject $project, DNData $data )

Method Details

Created() public méthode

public Created ( ) : SS_Datetime
Résultat SS_Datetime

Name() public méthode

public Name ( ) : string
Résultat string

SHA() public méthode

public SHA ( ) : string
Résultat string

__construct() public méthode

public __construct ( Gitonomy\Git\Reference\Tag $tag, DNProject $project, DNData $data )
$tag Gitonomy\Git\Reference\Tag
$project DNProject
$data DNData

Property Details

$data protected_oe property

protected $data

$name protected_oe property

protected $name

$project protected_oe property

protected $project

$references protected_oe property

protected $references

$tag protected_oe property

protected Gitonomy\Git\Reference\Tag $tag
Résultat Gitonomy\Git\Reference\Tag