CraftCli\Command\InstallCraftCommand::getOptions PHP 메소드

getOptions() 보호된 메소드

protected getOptions ( )
    protected function getOptions()
    {
        return array(array('terms', 't', InputOption::VALUE_NONE, 'I agree to the terms and conditions (https://buildwithcraft.com/license)', null), array('public', 'p', InputOption::VALUE_REQUIRED, 'Rename the public folder.', null), array('overwrite', 'o', InputOption::VALUE_NONE, 'Overwrite existing installation.', null));
    }