Esempio n. 1
0
 public function getPath()
 {
     return str_replace('\\', DIRECTORY_SEPARATOR, $this->reflection->getName());
 }
 public function getNamespaceElement()
 {
     return '.. php:namespace: ' . str_replace('\\', '\\\\', $this->reflection->getName()) . "\n\n";
 }