|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for cweagans\Composer\PatchEvent:
Collaboration diagram for cweagans\Composer\PatchEvent:Public Member Functions | |
| __construct ($eventName, PackageInterface $package, $url, $description) | |
| Constructs a PatchEvent object. More... | |
| getPackage () | |
| Returns the package that is patched. More... | |
| getUrl () | |
| Returns the url of the patch. More... | |
| getDescription () | |
| Returns the description of the patch. More... | |
Protected Attributes | |
| $package | |
| $url | |
| $description | |
Definition at line 13 of file PatchEvent.php.
| cweagans\Composer\PatchEvent::__construct | ( | $eventName, | |
| PackageInterface | $package, | ||
| $url, | |||
| $description | |||
| ) |
Constructs a PatchEvent object.
| string | $eventName | |
| PackageInterface | $package | |
| string | $url | |
| string | $description |
Definition at line 36 of file PatchEvent.php.
References cweagans\Composer\PatchEvent\$description, and cweagans\Composer\PatchEvent\$url.
| cweagans\Composer\PatchEvent::getDescription | ( | ) |
Returns the description of the patch.
Definition at line 66 of file PatchEvent.php.
References cweagans\Composer\PatchEvent\$description.
| cweagans\Composer\PatchEvent::getPackage | ( | ) |
Returns the package that is patched.
Definition at line 48 of file PatchEvent.php.
References cweagans\Composer\PatchEvent\$package.
| cweagans\Composer\PatchEvent::getUrl | ( | ) |
Returns the url of the patch.
Definition at line 57 of file PatchEvent.php.
References cweagans\Composer\PatchEvent\$url.
|
protected |
Definition at line 26 of file PatchEvent.php.
Referenced by cweagans\Composer\PatchEvent\__construct(), and cweagans\Composer\PatchEvent\getDescription().
|
protected |
Definition at line 18 of file PatchEvent.php.
Referenced by cweagans\Composer\PatchEvent\getPackage().
|
protected |
Definition at line 22 of file PatchEvent.php.
Referenced by cweagans\Composer\PatchEvent\__construct(), and cweagans\Composer\PatchEvent\getUrl().