コード例 #1
0
 /**
  * Returns true if this list is not empty and its last item is equal to 
  * <i>$value</i>; otherwise returns false.
  * 
  * @param MString $value
  * @return boolean
  */
 public function endsWith(MString $value)
 {
     return parent::endsWith($value);
 }
コード例 #2
0
ファイル: MFileInfoList.php プロジェクト: mpstyle/mtoolkit
 /**
  * Returns true if this list is not empty and its last item is equal to 
  * <i>$value</i>; otherwise returns false.
  * 
  * @param MFileInfo $value
  * @return boolean
  */
 public function endsWith(MFileInfo $value)
 {
     return parent::endsWith($value);
 }