php-transpiler icon indicating copy to clipboard operation
php-transpiler copied to clipboard

Finish Implementing Removal of Pure Getter Calls

Open original-brownbear opened this issue 9 years ago • 0 comments

Currently code is there to identify functions that are nothing but getters. using this to remove getter calls by making the variable that is retrieved public instead + turning the getter calls into property access is missing yet. Getter functions themselves should not be removed though since for now it's simply too involved to make sure they aren't used anywhere in some dynamic way.

original-brownbear avatar Jan 01 '16 10:01 original-brownbear