Property | Type | Description | |
---|---|---|---|
$config | array | Internal storage of the configuration data. |
Method | Description | |
---|---|---|
addEntry ( string $hook, string $method, integer $priority = 10 ) | Add an entry to the configuration data. | |
getEntries ( string $hook ) : array | Get the entries for a given Git hook. |
public static getEntries ( string $hook ) : array | ||
$hook | string | Git hook to retrieve the methods for. |
return | array | Array of fully qualified method names. Empty array if none. |
protected static array $config | ||
return | array |