The following is a list of icons representing different PHP elements which are displayed in the Project Explorer view and in Content Assist lists:
Icon | PHP Element |
---|---|
PHP Project | |
PHP File (included in the Build Path) | |
PHP File (excluded from the Build Path) | |
PHP File (containing warnings) | |
PHP File (containing errors) | |
Library | |
Source Folder (included in the Build Path) | |
Folder (excluded from the Build Path) | |
PHP Class (public) | |
PHP Class (default) (Only displayed in Content Assist list) | |
PHP Interface | |
PHP Method / PHP keyword (only displayed in Content Assist list) | |
PHP Function / Method (public) | |
PHP Function (private) | |
PHP Function (protected) | |
PHP Variable (public) | |
PHP Variable (private) | |
PHP Variable (protected) | |
Static Constructor | |
PHP Constructor / Constant | |
Abstract Member | |
Final Member | |
Template (only displayed in Content Assist list) | |
Unknown Type (only displayed in Content Assist list) |