Skip to content

Commit 079ed49

Browse files
committed
Adds missing get name function
1 parent 7938f1c commit 079ed49

File tree

1 file changed

+10
-0
lines changed
  • src/phpDocumentor/Reflection/Php

1 file changed

+10
-0
lines changed

src/phpDocumentor/Reflection/Php/File.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,14 @@ public function getDocBlock()
257257
{
258258
return $this->docBlock;
259259
}
260+
261+
/**
262+
* Returns the full name of this file
263+
*
264+
* @return string
265+
*/
266+
public function getName()
267+
{
268+
return $this->name;
269+
}
260270
}

0 commit comments

Comments
 (0)