MatchListInterface.interface.php
Go to the documentation of this file.00001 <?php
00046 interface MatchListInterface extends MatchInterface
00047 {
00061
00062
00075
00076
00088 public function setDefaultItemValue( $objDefaultItemValue );
00089
00099 public function getDefaultItemValue();
00100
00114 public function setItemList( array $arrItemList , $arrValues = null );
00115
00122 public function getItemList();
00123
00134 public function addItem( $objItem , $objValue = null );
00135
00159 public function isEmpty();
00160
00186
00187
00215
00216 }
00217
00218 ?>