1 | <?php |
||
5 | class PresenterNormalizer |
||
6 | { |
||
7 | /** |
||
8 | * Figures out which method should be called as the presenter |
||
9 | * @return null |
||
10 | */ |
||
11 | public function normalizePresenterName($widget) |
||
27 | |||
28 | /** |
||
29 | * @param $presenter |
||
30 | */ |
||
31 | private function checkPresentMethodExists($presenter) |
||
37 | |||
38 | /** |
||
39 | * @param $presenter |
||
40 | */ |
||
41 | private function checkPresenterExists($presenter) |
||
47 | } |
||
48 |