Kirby\Cli\Command\Make::copy PHP 메소드

copy() 보호된 메소드

protected copy ( )
    protected function copy()
    {
        // copy the controller template to the controller directory
        f::copy($this->template(), $this->file());
    }