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