/**
  * Populate the files array
  */
 protected function _populateFiles()
 {
     if ($this->_files === null) {
         $this->_files = TBGFile::getByArticleID($this->getID());
     }
 }