Свойство | Тип | Описание | |
---|---|---|---|
$config | array | Internal storage of the configuration data. |
Метод | Описание | |
---|---|---|
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. |
Результат | array | Array of fully qualified method names. Empty array if none. |
protected static array $config | ||
Результат | array |