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

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

string getFullName()

Get the full package name.

Return Value

string