Searched refs:helperName (Results 1 – 2 of 2) sorted by relevance
17 protected $helperName; variable in Mustache_Exception_UnknownHelperException20 * @param string $helperName23 public function __construct($helperName, Exception $previous = null) argument25 $this->helperName = $helperName;26 $message = sprintf('Unknown helper: %s', $helperName);36 return $this->helperName;
66 $helperName = $this->underscoreToCamelCase($helper);67 $this->add($helper, [$this, "helper{$helperName}"]);