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

file() 보호된 메소드

protected file ( )
    protected function file()
    {
        return $this->dest() . '/' . $this->name() . '.' . $this->extension;
    }