Skip to content

Commit

Permalink
Add PhpPropertyReflection::getNativeReflection()
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 23, 2021
1 parent c1f7aaf commit 5fad625
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Reflection/Php/PhpPropertyReflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,9 @@ public function isInternal(): TrinaryLogic
return TrinaryLogic::createFromBoolean($this->isInternal);
}

public function getNativeReflection(): \ReflectionProperty
{
return $this->reflection;
}

}

0 comments on commit 5fad625

Please sign in to comment.