예제 #1
0
파일: File.php 프로젝트: bmartel/phperclip
 /**
  * Gets a File object by it's id.
  *
  * @param int $id
  * @return null|FileModel
  */
 public function getById($id)
 {
     return FileModel::find($id);
 }