oxiselectlist.php

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