Home
last modified time | relevance | path

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

/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php25 private $_prefix = ''; variable in Handlebars\\Loader\\FilesystemLoader
68 $this->_prefix = $options['prefix'];
125 if (substr($file, strlen($this->_prefix)) !== $this->_prefix) {
126 $file = $this->_prefix . $file;