@@ -283,7 +283,7 @@ |
||
283 | 283 | * Whether or not a Plugin by a specific name is loaded |
284 | 284 | * |
285 | 285 | * @param string $name |
286 | - * @return Zend_Loader_PluginLoader |
|
286 | + * @return boolean |
|
287 | 287 | */ |
288 | 288 | public function isLoaded($name) |
289 | 289 | { |
@@ -295,7 +295,7 @@ |
||
295 | 295 | * |
296 | 296 | * @param string|array|SSViewer $template the template to render into |
297 | 297 | * @param array $customFields fields to customise() the object with before rendering |
298 | - * @return DBHTMLText |
|
298 | + * @return SilverStripe\ORM\FieldType\DBHTMLText |
|
299 | 299 | */ |
300 | 300 | public function renderWith($template, $customFields = null) { |
301 | 301 | if(!is_object($template)) { |