Matthias\SymfonyConsoleForm\Tests\Form\MultiSelectType::getChoices PHP Method

getChoices() private method

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