Example #1
0
 /**
  * Inserts MList <i>$value</i> at the end of the list.
  * 
  * @param MStringList $value
  */
 public function appendList(MStringList $value)
 {
     parent::appendList($value);
 }
Example #2
0
 /**
  * Inserts MList <i>$value</i> at the end of the list.
  * 
  * @param MFileInfoList $value
  */
 public function appendList(MFileInfoList $value)
 {
     parent::appendList($value);
 }