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