Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit 87bb505

Browse files
committed
PhpName: add getter for parent
1 parent f9e2b5f commit 87bb505

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/QafooLabs/Refactoring/Domain/Model/PhpName.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ public function relativeName()
108108
return $this->relativeName;
109109
}
110110

111+
public function parent() {
112+
return $this->parent;
113+
}
114+
111115
/**
112116
* @return bool
113117
*/

0 commit comments

Comments
 (0)