TitanFrameworkOption::getOptionNamespace PHP Méthode

getOptionNamespace() public méthode

Gets the option namespace used in the framework instance currently used
Since: 1.0
public getOptionNamespace ( ) : string
Résultat string The option namespace
    public function getOptionNamespace()
    {
        return $this->getFramework()->optionNamespace;
    }