example: ```php class A { protected $ready = false; public function isReady() { return $this->ready; } } ``` https://github.com/Indaxia/doctrine-orm-transformations/blob/3fb41c2d7575a933d93e183884d3e247e29c0c14/src/Traits/Transformable.php#L59
example:
doctrine-orm-transformations/src/Traits/Transformable.php
Line 59 in 3fb41c2