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

getOptions() 보호된 메소드

protected getOptions ( )
    protected function getOptions()
    {
        return array(array('overwrite', 'o', InputOption::VALUE_NONE, 'Overwrite existing installation.', null));
    }