Outline View
The PHP Project Outline view displays all PHP elements and element types
in the current active file.
The elements are grouped according to type and are displayed in
a tree-like browser.
The Outline View is updated interactively according to changed made in the files.
Each type of PHP element has a unique icon to represent it:
|
Reserved PHP Words |
|
Functions |
|
Templates |
|
Classes |
|
Interfaces |
|
Constants |
|
Variables (public) |
The Outline view is integrated with the Editor, therefore, if you select a PHP element in the view, the Editor will jump to the element's declaration in the file in which it is declared.
Note:
Toggle the link to Editor
on/off using the Link with Editor button .
The View enables you to add PHPdoc blocks and, if available, Getters and Setters to any PHP element:
|
|
|
To generate a PHP DocBlock:
|
|
Outline View Toolbar Commands
|
Collapse All |
Collapses the list of elements |
|
Sort |
Sorts the list alphabetically |
|
Show Groups |
If selected, elements will be displayed in Groups (include files, constants, classes, functions) |
|
Link with Editor |
If selected, elements will immediately be displayed in the editor when selected. If unselected, elements will be displayed in the editor when they are double-clicked. |
Outline View Menu Commands
The view's menu can be accessed through the view menu icon .
|
Link with Editor |
If selected, elements will immediately be displayed in the editor when selected. If unselected, elements will be displayed in the editor when they are double-clicked. |
|
Show Attributes |
If selected, element attributes will be displayed. These are defined by the element's PHP Doc Block. |
|
PHP/HTML selection |
Toggles the view to display PHP or HTML elements. |
|
|
|
Related Links: |
|
|