Example #1
0
 /**
  * @inheritdoc
  */
 protected function requireUri()
 {
     if ($this->uri === null) {
         $this->uri = $this->messages->sapiUri($this->serverParams);
     }
 }