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;
    }