@@ -24,11 +24,17 @@ |
||
| 24 | 24 | $this->definition = $controller->getDefinition(); |
| 25 | 25 | } // end __construct |
| 26 | 26 | |
| 27 | + /** |
|
| 28 | + * @param string $ident |
|
| 29 | + */ |
|
| 27 | 30 | protected function getDatabaseOption($ident) |
| 28 | 31 | { |
| 29 | 32 | return $this->definition->getDatabaseOption($ident); |
| 30 | 33 | } // end getDatabaseOption |
| 31 | 34 | |
| 35 | + /** |
|
| 36 | + * @param string $ident |
|
| 37 | + */ |
|
| 32 | 38 | protected function hasDatabaseOption($ident) |
| 33 | 39 | { |
| 34 | 40 | return $this->definition->hasDatabaseOption($ident); |