TitanFrameworkOption::getOptionNamespace PHP Метод

getOptionNamespace() публичный Метод

Gets the option namespace used in the framework instance currently used
С версии: 1.0
public getOptionNamespace ( ) : string
Результат string The option namespace
    public function getOptionNamespace()
    {
        return $this->getFramework()->optionNamespace;
    }