Example #1
0
 /**
  * Returns the value of the first 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 first()
 {
     return parent::first();
 }