think\console\command\Make::getPathName PHP Method

getPathName() protected method

protected getPathName ( $name )
    protected function getPathName($name)
    {
        $name = str_replace(Config::get('app_namespace') . '\\', '', $name);
        return APP_PATH . str_replace('\\', '/', $name) . '.php';
    }