Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. class AllowedBrands extends AbstractSource
  2. {
  3. public function getAllOptions()
  4. {
  5. return [
  6. 'option1' => [
  7. 'label' => 'Univé',
  8. 'value' => '13232'
  9. ],
  10. 'option2' => [
  11. 'label' => 'Achmea',
  12. 'value' => '3121199999'
  13. ],
  14. 'option3' => [
  15. 'label' => 'Zeker',
  16. 'value' => '9274'
  17. ]
  18. ];
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement