示例#1
0
 public function pathForProperty(array $context, PropertyReflection $property)
 {
     return $this->relativeUri($this->currentDepth) . str_replace('\\', '/', $property->getClass()->getName()) . '.html#property_' . $property->getName();
 }