filterByIsCommon(1); $rs = $fl->get(); $output = array(); header("Content-Type: text/plain; charset=UTF-8"); foreach($rs as $f){ //File Object $fv = $f->getApprovedVersion(); print $fv->getURL()."\n"; } } }