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