Deployer\Initializer\Template\CakeTemplate::getRecipe PHP Method

getRecipe() protected method

protected getRecipe ( )
    protected function getRecipe()
    {
        return 'cakephp';
    }
CakeTemplate