getTranslator()
getTranslator() : \phpDocumentor\Translator\Translator
Returns an instance of the object responsible for translating content.
All writers that have items that should be translated should implement this interface
getTranslator() : \phpDocumentor\Translator\Translator
Returns an instance of the object responsible for translating content.
setTranslator(\phpDocumentor\Translator\Translator $translator) : void
Sets a new object capable of translating strings on this writer.
\phpDocumentor\Translator\Translator | $translator |