/**
  * Returns the reflection broker used by this reflection object.
  *
  * @return \TokenReflection\Broker
  */
 public function getBroker()
 {
     return $this->declaringClass->getBroker();
 }