1 | <?php |
||
11 | class Blameable extends AbstractTrackingExtension implements Buildable, Extension |
||
12 | { |
||
13 | const MACRO_METHOD = 'blameable'; |
||
14 | |||
15 | /** |
||
16 | * Enable the extension. |
||
17 | * |
||
18 | * @return void |
||
19 | */ |
||
20 | public static function enable() |
||
30 | |||
31 | /** |
||
32 | * Return the name of the actual extension. |
||
33 | * |
||
34 | * @return string |
||
35 | */ |
||
36 | protected function getExtensionName() |
||
40 | } |
||
41 |