applyConfig() protected method

Applies config
protected applyConfig ( ) : void
return void
Beispiel #1
0
 /**
  * @TODO DESCR
  */
 public function applyConfig()
 {
     parent::applyConfig();
     $this->protologging = (bool) $this->config->protologging->value;
     if (isset($this->client)) {
         $this->client->protologging = $this->protologging;
     }
 }