Crunz\Console\Command\TaskGeneratorCommand::replacePath PHP Méthode

replacePath() protected méthode

Replace path
protected replacePath ( ) : void
Résultat void
    protected function replacePath()
    {
        $this->stub = str_replace('DummyPath', $this->options['in'], $this->stub);
        return $this;
    }