$translator $translator : \Charcoal\Translator\Translator|null Store the translator service. Type \Charcoal\Translator\Translator|null
$number $number : integer|null Store the given number to use to find the indice of the message. Requires FILTERS pragma. Type integer|null
$domain $domain : string|null Store the given domain for the message (Mustache tag node). Type string|null
__invoke() __invoke(string $text, \Mustache_LambdaHelper|null $helper = null) : boolean Magic: Render the Mustache section. Parameters string $text The translation key. \Mustache_LambdaHelper|null $helper For rendering strings in the current context. Returns boolean
__isset() __isset(string $macro) : boolean Magic: Determine if a property is set and is not NULL. Required by Mustache. Parameters string $macro A domain, locale, or number. Returns boolean
__get() __get(string $macro) : mixed Magic: Process domain, locale, and number. Required by Mustache. Parameters string $macro A domain, locale, or number. Returns mixed