Exemplo n.º 1
0
 protected function __construct($serviceConfig)
 {
     parent::__construct($serviceConfig);
     $this->init();
 }
Exemplo n.º 2
0
 /**
  * The service "Website" provides us with information about the
  * website we're developing.
  */
 protected function __construct($properties)
 {
     // THIS SHOULD BE THE FIRST INSTRUCTION
     parent::__construct($properties);
     $this->init();
 }
Exemplo n.º 3
0
 protected function __construct($serviceProperties)
 {
     parent::__construct($serviceProperties);
     $this->init();
 }