description = $description;
}
public function getDescription()
{
return $this->description;
}
public function setHosts($hosts)
{
$this->hosts = $hosts;
}
public function getHosts()
{
return $this->hosts;
}
public function setPathMatcher($pathMatcher)
{
$this->pathMatcher = $pathMatcher;
}
public function getPathMatcher()
{
return $this->pathMatcher;
}
}