Exemplo n.º 1
0
 public function fetch($includePath)
 {
     $oModel = $this->getModel();
     /* @var StaticFileModel $oModel */
     if (StaticFileModel::isValid($oModel)) {
         return $oModel->getFileContent();
     } else {
         return parent::fetch($includePath);
     }
 }