Home
last modified time | relevance | path

Searched refs:statProps (Results 1 – 2 of 2) sorted by relevance

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Source/
H A DFilesystemSource.php23 private $statProps; variable in Mustache_Source_FilesystemSource
30 * @param array $statProps
32 public function __construct($fileName, array $statProps) argument
35 $this->statProps = $statProps;
51 if (!empty($this->statProps)) {
60 foreach ($this->statProps as $prop) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DProductionFilesystemLoader.php21 private $statProps; variable in Mustache_Loader_ProductionFilesystemLoader
58 $this->statProps = array();
60 $this->statProps = $options['stat_props'];
63 $this->statProps = array('size', 'mtime');
84 return new Mustache_Source_FilesystemSource($fileName, $this->statProps);