Object | --PropertyEditor
Use this class if you want to wrote Property Editors in pure PHP.
[line 299]
void Execute( string $current_value)
This method is called when executing a property editor from the IDE, and in $current_value, you get the property value in string format.
Overridden in child classes as:
array getAttributes( )
Override this method and return an array of properties to specify the IDE how to show and handle this property editor.
string getOutputPath( )
If your property editor requires some POST, is better to provide a document root to the IDE so it knows how to work.