CodeIntel
CodeIntel copied to clipboard
PHP: don't autocomplete methods with "__" prefix
For PHP language methods prefixed with "__" should not be shown by autocomplete. These methods are considered in PHP as "magic" and should not be called directly.
http://php.net/manual/en/language.oop5.magic.php
Found it too