oxiselectlist.php

Go to the documentation of this file.
00001 <?php
00002 
00007 interface oxISelectList
00008 {
00014     public function getLabel();
00015 
00021     public function getSelections();
00022 
00028     public function getActiveSelection();
00029 }