OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxiselectlist.php
Go to the documentation of this file.
1 <?php
2 
7 interface oxISelectList
8 {
9 
15  public function getLabel();
16 
22  public function getSelections();
23 
29  public function getActiveSelection();
30 }