11 class Proxy extends \Magento\Framework\Translate\Inline implements
54 $this->isShared = $shared;
62 return [
'subject',
'isShared'];
92 if (!$this->subject) {
93 $this->subject =
true === $this->isShared
94 ? $this->objectManager->get($this->instanceName)
95 : $this->objectManager->create($this->instanceName);
129 return $this->
_getSubject()->processResponseBody($body, $isJson);
140 return $this->
_getSubject()->getAdditionalHtmlAttribute($tagName);
getAdditionalHtmlAttribute($tagName=null)
processResponseBody(&$body, $isJson=false)
__construct(\Magento\Framework\ObjectManagerInterface $objectManager, $instanceName=\Magento\Framework\Translate\Inline::class, $shared=true)