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