@@ -1196,6 +1196,9 @@ |
||
1196 | 1196 | } |
1197 | 1197 | |
1198 | 1198 | |
1199 | + /** |
|
1200 | + * @param string $name |
|
1201 | + */ |
|
1199 | 1202 | protected static function getMethod($name) { |
1200 | 1203 | $class = new ReflectionClass('Comment'); |
1201 | 1204 | $method = $class->getMethod($name); |