PHP Icons

The following is a list of icons representing different PHP elements which are displayed in the Project Explorer view and in Content Assist lists:

PHP Elements

IconPHP Element
php_project_obj.gifPHP Project
phpfile.gifPHP File (included in the Build Path)
php_resource_obj.gifPHP File (excluded from the Build Path)
file_problem.pngPHP File (containing warnings)
file_error.pngPHP File (containing errors)
library_obj.gifLibrary
folderroot_obj.gifSource Folder (included in the Build Path)
folder_opened.gifFolder (excluded from the Build Path)
phpclassdata.gifPHP Class (public)
class_default_obj.gifPHP Class (default) (Only displayed in Content Assist list)
phpinterfacedata.gifPHP Interface
methdef_obj.gifPHP Method / PHP keyword (only displayed in Content Assist list)
phpfunctiondata_pub.gifPHP Function / Method (public)
phpfunctiondata_pri.gifPHP Function (private)
phpfunctiondata_pro.gifPHP Function (protected)
phpuservar_pub.gifPHP Variable (public)
phpuservar_pri.gifPHP Variable (private)
phpuservar_pro.gifPHP Variable (protected)
static_co.gifStatic Constructor
constant_co.gifPHP Constructor / Constant
abstract_co.gifAbstract Member
final_co.gifFinal Member
template_icon.pngTemplate (only displayed in Content Assist list)
unknown_obj.gifUnknown Type (only displayed in Content Assist list)