pk-fr / yakpro-po

YAK Pro - Php Obfuscator
http://www.php-obfuscator.com
Other
1.27k stars 354 forks source link

how to ignore protected function #38

Closed hellobbq closed 5 years ago

hellobbq commented 5 years ago
class Test {
   protected function testAction(){}
}

i'd like to keep protected function name

pk-fr commented 5 years ago

impossible.... you can know only at runtime that you call a protected method...

you can put alll your protected method names in the $conf->t_ignore_methods array