Appzcoder\CrudGenerator\Commands\CrudControllerCommand::replaceViewPath PHP Метод

replaceViewPath() защищенный Метод

Replace the viewPath for the given stub.
protected replaceViewPath ( string &$stub, string $viewPath )
$stub string
$viewPath string
    protected function replaceViewPath(&$stub, $viewPath)
    {
        $stub = str_replace('{{viewPath}}', $viewPath, $stub);
        return $this;
    }