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