Ejemplo n.º 1
0
 /**
  * Return the number of file revisions
  *
  * @param void
  * @return integer
  */
 function countRevisions()
 {
     return ProjectFileRevisions::count(array('`file_id` = ?', $this->getId()));
     // count
 }