1 | <?php |
||
7 | class PropertyHandlers |
||
8 | { |
||
9 | static private $handlers = []; |
||
10 | |||
11 | /** |
||
12 | * @param \app\models\PropertyHandler $property_handler |
||
13 | * @return handlers\AbstractHandler|DummyHandler |
||
14 | */ |
||
15 | static public function createHandler(\app\models\PropertyHandler $property_handler) |
||
33 | |||
34 | /** |
||
35 | * @param null $id |
||
36 | * @return null |
||
37 | */ |
||
38 | static public function getHandlerById($id = null) |
||
50 | } |
||
51 | ?> |