PhpStorm 2018.1 Help

Symbols Reference

In this section:

Icons in the editor, tool windows, dialogs, and in the tree view

IconDescription
classTypeJavaClass.png Class
classTypeFinal.png Final class
classTypeAbstract Abstract class
classTypeInterface Interface
phpTrait PHP trait
phpTest PHP test
classTypeTestCase Test case
method.png Method/function
icon_interface_method.png Method/function in an interface
variable.png Variable in tool windows and dialogs
ps variable completion list Variable in completion lists
php_storm_structure_show_constants.png Constant
field.png Field
property Property
property yellow Parameter
xml element Element
folder Directory
root_Source.png Source root
root_Test.png Test root
rootResource Resource root
root Excluded Excluded root
ps_php_exception_breakpoint.png Exception
Visibility modifiers
private.png Private
protected.png Protected
public.png Public
Bookmarks
bookmarkCheckAnonymous bookmark – a check sign bookmark. Bookmarks are used for quick navigation within a file or across the entire project.
bookmarkMnemonicLettered mnemonic bookmark – a letter in the interval from A to Z.
bookmarkNumberNumbered mnemonic bookmark – a number in the interval from 0 to 9.

Data Sources

IconDescription
DataSource DB data source. Also, DBMS-specific icons are used:
DBReadonly DB data source with the read-only status, e.g. DBReadonlyDB2 for Derby.
icon DDLDataSource DDL data source
dataDatabaseDatabase
dataSchema Schema
DataTables Table
dataView View
dataColumn Column
dataColumnNotNull A NOT NULL column
dataPkColumn.png Column with a primary key
dataFkColumn.png Column with a foreign key
dataIndexedColumn.png Column with an index
dataPrimaryKey Primary key
dataForeignKey Foreign key
dataIndex Index
dataTrigger Trigger
dataFunction Stored procedure or function
Last modified: 27 July 2018

See Also