schmunk42\giiant\generators\module\Generator::getTraitsNamespace PHP 메소드

getTraitsNamespace() 공개 메소드

public getTraitsNamespace ( ) : string
리턴 string the controller namespace of the module
    public function getTraitsNamespace()
    {
        return substr($this->moduleClass, 0, strrpos($this->moduleClass, '\\')) . '\\traits';
    }