class Package (View source)

Properties

string $vendor The vendor name of the package.
string $lowerVendor The snake-cased version of the vendor.
string $name The name of the package.
string $lowerName The snake-cased version of the package.
string $author The name of the author.
string $email The email address of the author.

Methods

void
__construct( string $vendor, string $name, string $author, string $email)

Create a new package instance.

string
getFullName()

Get the full package name.

Details

at line line 56
void __construct( string $vendor, string $name, string $author, string $email)

Create a new package instance.

Parameters

string $vendor
string $name
string $author
string $email

Return Value

void

at line line 71
string getFullName()

Get the full package name.

Return Value

string