Example #1
0
 protected function __construct($serviceConfig)
 {
     parent::__construct($serviceConfig);
     $this->init();
 }
Example #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();
 }
Example #3
0
 protected function __construct($serviceProperties)
 {
     parent::__construct($serviceProperties);
     $this->init();
 }