FileAccess Orion

Tag
in package

Table of Contents

$annotation  : string|null
The tag annotation
$commit  : string
The tag commit hash
$createdate  : string|null
The tag create date
$createdateText  : string|null
The tag create date original text
$id  : string|null
The tag id
$message  : string|null
The tag commit message
$name  : string|null
The tag name.
$folder  : string
The related source folder
__construct()  : mixed
instance new tag load the tag object from parsed string

Properties

$annotation

The tag annotation

public string|null $annotation = null

$commit

The tag commit hash

public string $commit = ''

$createdate

The tag create date

public string|null $createdate = null

$createdateText

The tag create date original text

public string|null $createdateText = null

$id

The tag id

public string|null $id = null

$message

The tag commit message

public string|null $message = null

$name

The tag name.

public string|null $name = null

For example v1.0.0

$folder

The related source folder

private string $folder = ''

Methods

__construct()

instance new tag load the tag object from parsed string

public __construct(string $str, string $folder[, null $matcher = null ]) : mixed
Parameters
$str : string

A format %(refname:short) -%(taggerdate)- %(subject) %(body)

$folder : string

Path to the respective git repo

$matcher : null = null

Additional filter for this tag

Return values
mixed

Search results