Object | --PropertyEditor
Located in File: /designide.inc.php
Use this class if you want to wrote Property Editors in pure PHP.
![]() | Attributes | Return specific attributes for the OI |
![]() | OutputPath | If required, returns a path to become the document root for the webserver to call the property editor |
property Attributes (line 310)
Override this method and return an array of properties to specify the IDE how to show and handle this property editor.
property OutputPath (line 322)
If your property editor requires some POST, is better to provide a document root to the IDE so it knows how to work.
| Execute | Executes the property editor |
Defined in class Object |
||
![]() | __construct | Constructs an object and initializes its data before the object is first used. |
![]() | className | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
![]() | classParent | Returns the type of the immediate ancestor of a class. |
Method Execute (line 336)
This method is called when executing a property editor from the IDE, and in $current_value, you get the property value in string format.