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