Kirby\Cli\Command\Make::dest PHP Method

dest() protected method

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

Usage Example

Example #1
0
 protected function dest()
 {
     return parent::dest() . '/' . $this->name();
 }