Example #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);
 }
Example #2
0
 /**
  * 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);
 }