Example #1
0
 /**
  * creates and returns an inspector.
  *
  * @return RequestInterface
  */
 private function getInspector()
 {
     $this->inspector->configure($this->configuration);
     $this->inspector->setPath($this->path);
     return $this->inspector;
 }