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;
    }