MatchListInterface.interface.php

Go to the documentation of this file.
00001 <?php
00046 interface MatchListInterface extends MatchInterface
00047 {
00061     // public function setNotFoundValue( $objNotFoundValue );
00062 
00075     // public function getNotFoundValue();
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     // public function found( $objName );
00187  
00215     // public function match( $objName );
00216 }
00217 
00218 ?>

Generated on Sat Apr 7 14:19:09 2012 for CodeToDiagram by  doxygen 1.5.9