Exemple #1
0
 /**
  * Init instance
  *
  * @return Instance
  */
 protected static function initInstance()
 {
     $instance = new Instance();
     $instance->setOptions(Config::getData('layout'));
     return $instance;
 }