@@ -154,6 +154,9 @@ discard block |
||
154 | 154 | */ |
155 | 155 | private $_di = null; |
156 | 156 | |
157 | + /** |
|
158 | + * @param string $className |
|
159 | + */ |
|
157 | 160 | public function __construct($className = null) |
158 | 161 | { |
159 | 162 | $this->_className = $className; |
@@ -223,7 +226,7 @@ discard block |
||
223 | 226 | |
224 | 227 | /** |
225 | 228 | * |
226 | - * @return ClassRenderer |
|
229 | + * @return string |
|
227 | 230 | */ |
228 | 231 | public function __toString() |
229 | 232 | { |
@@ -95,6 +95,10 @@ |
||
95 | 95 | return new Wrapper(implode('', $result)); |
96 | 96 | } |
97 | 97 | |
98 | + /** |
|
99 | + * @param integer $start |
|
100 | + * @param integer $end |
|
101 | + */ |
|
98 | 102 | private function getMethodSource($start, $end) |
99 | 103 | { |
100 | 104 | // Assume blank line after method name |