Example #1
0
 public function init()
 {
     $this->_front = \Core\Front::getInstance();
     return $this;
 }
Example #2
0
 public function __construct()
 {
     $bootstrap = \Core\Front::getBootstrap();
     $this->_lang = $bootstrap->getResource('language');
 }