__construct() public method

The exception is that a default proxy will be set up if specified in the options.
public __construct ( )
Ejemplo n.º 1
0
 /**
  * @param string
  * @param ???
  * @param ???
  * @return null
  */
 function __construct($root_class_name, k_ComponentCreator $components = null, k_charset_CharsetStrategy $charset_strategy = null, k_IdentityLoader $identity_loader = null, k_LanguageLoader $language_loader = null, k_TranslatorLoader $translator_loader = null)
 {
     $this->root_class_name = $root_class_name;
     $this->components = $components;
     $this->charset_strategy = $charset_strategy;
     $this->identity_loader = $identity_loader;
     $this->language_loader = $language_loader;
     $this->translator_loader = $translator_loader;
     parent::__construct();
 }
Ejemplo n.º 2
0
 public function __construct($conf)
 {
     $this->toupticonf = $conf;
     parent::__construct();
 }