Exemplo n.º 1
0
 /**
  * returns a file object for the given file ID
  * @param int $fID
  * @return File
  */
 public static function getByID($fID)
 {
     return Concrete\Core\File\File::getByID($fID);
 }