| 1 | <?php |
||
| 12 | trait Annotatable { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Read the class methods and return the filter hooks. |
||
| 16 | * |
||
| 17 | * @return array |
||
| 18 | */ |
||
| 19 | public function filter_hooks() { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Read the class methods and return the action hooks. |
||
| 27 | * |
||
| 28 | * @return array |
||
| 29 | */ |
||
| 30 | public function action_hooks() { |
||
| 35 | } |
||
| 36 |