Example #1
0
 /**
  * Returns a reference to the last item in the list. The list must not be 
  * empty. If the list can be empty, call isEmpty() before calling this 
  * function.
  * 
  * @return MString
  */
 public function last()
 {
     return parent::last();
 }