Crunz\Console\Command\TaskGeneratorCommand::replacePath PHP Метод

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

Replace path
protected replacePath ( ) : void
Результат void
    protected function replacePath()
    {
        $this->stub = str_replace('DummyPath', $this->options['in'], $this->stub);
        return $this;
    }