1 | <?php |
||
10 | class MethodGetterInterfaceManager extends MethodManager |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * Return prepared method name from property eg. getNameOrSurname |
||
15 | * |
||
16 | * @return string |
||
17 | */ |
||
18 | public function getPreparedName() |
||
22 | |||
23 | /** |
||
24 | * Return set of tags used in template |
||
25 | * |
||
26 | * @return array |
||
27 | */ |
||
28 | public function getTemplateTags() |
||
36 | } |
||
37 |