Matthias\SymfonyConsoleForm\Tests\Form\MultiSelectType::getChoices PHP Méthode

getChoices() private méthode

private getChoices ( )
    private function getChoices()
    {
        return ['AA' => 1, 'BB' => 2, 'CC' => 3];
    }