/**
  * ProfileAnnotatorDecorator::addPropertyValues
  */
 protected function addPropertyValues()
 {
     $this->addQueryString($this->description->getQueryString());
     $this->addQuerySize($this->description->getSize());
     $this->addQueryDepth($this->description->getDepth());
 }