Example #1
0
 /**
  * This function is provided for STL compatibility. 
  * It is equivalent to last(). 
  * The list must not be empty. 
  * If the list can be empty, call isEmpty() before calling this function.
  * 
  * @return MString
  * @throws \OutOfBoundsException
  */
 public function back()
 {
     return parent::back();
 }