Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DMarkupCacheDependencies.php106 private $runtimeAddedDependencies = null; variable in ComboStrap\\MarkupCacheDependencies
283 $this->runtimeAddedDependencies[$dependencyName] = "";
290 if ($this->runtimeAddedDependencies !== null) {
291 return array_keys($this->runtimeAddedDependencies);
362 $deps = $this->runtimeAddedDependencies;