schmunk42\giiant\generators\module\Generator::getTraitsNamespace PHP Méthode

getTraitsNamespace() public méthode

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