Example #1
0
 public function getDomain()
 {
     if (isset($this->plugin['TextDomain'])) {
         return $this->plugin['TextDomain'];
     }
     return parent::getDomain();
 }
Example #2
0
 public function getDomain()
 {
     if ($this->theme->get('TextDomain')) {
         return $this->theme->get('TextDomain');
     }
     return parent::getDomain();
 }