Example #1
0
 /**
  * @param int $i
  * @return MString
  */
 public function takeAt($i)
 {
     return parent::takeAt($i);
 }