You are here

public function FileBase::isOverriden in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 src/File/FileBase.php \Drupal\forena\File\FileBase::isOverriden()

File

src/File/FileBaseOld.php, line 423
FileSystemBase.inc File toolbox for manipulating files contained tn the report directory.

Class

FileBase

Namespace

Drupal\forena\File

Code

public function isOverriden($filename) {
  $cache = $this
    ->getCacheEntry($filename);
  return $cache->override;
}