@@ -25,6 +25,11 @@ |
||
25 | 25 | $this->addTagged($container, 'pomm.model_layer', 'pomm.pooler.model_layer', 'getModelLayer'); |
26 | 26 | } |
27 | 27 | |
28 | + /** |
|
29 | + * @param string $tag |
|
30 | + * @param string $defaultServiceId |
|
31 | + * @param string $method |
|
32 | + */ |
|
28 | 33 | private function addTagged(DI\ContainerBuilder $container, $tag, $defaultServiceId, $method) |
29 | 34 | { |
30 | 35 | /** @var DI\Definition[] $definitions */ |
@@ -70,6 +70,9 @@ |
||
70 | 70 | $this->watch($name); |
71 | 71 | } |
72 | 72 | |
73 | + /** |
|
74 | + * @param string $name |
|
75 | + */ |
|
73 | 76 | private function watch($name) |
74 | 77 | { |
75 | 78 | if ($this->stopwatch !== null) { |
@@ -76,6 +76,7 @@ discard block |
||
76 | 76 | /** |
77 | 77 | * Get the corresponding php type of a $sql_type type |
78 | 78 | * |
79 | + * @param string $sql_type |
|
79 | 80 | * @return string |
80 | 81 | */ |
81 | 82 | private function getPommType(Session $session, $sql_type) |
@@ -94,6 +95,7 @@ discard block |
||
94 | 95 | /** |
95 | 96 | * Create a new Type for the $pomm_type type |
96 | 97 | * |
98 | + * @param string $pomm_type |
|
97 | 99 | * @return Type |
98 | 100 | */ |
99 | 101 | private function createPropertyType($pomm_type) |