SatisAdmin\Form\RepositoryType::getTypeChoices PHP 메소드

getTypeChoices() 보호된 메소드

protected getTypeChoices ( ) : string[]
리턴 string[]
    protected function getTypeChoices()
    {
        return ['composer' => 'Composer', 'vcs' => 'VCS', 'pear' => 'PEAR', 'package' => 'Package'];
    }