diff options
Diffstat (limited to 'codebase/Dhtmlx/Connector/Event/EventInterface.php')
-rw-r--r-- | codebase/Dhtmlx/Connector/Event/EventInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/Dhtmlx/Connector/Event/EventInterface.php b/codebase/Dhtmlx/Connector/Event/EventInterface.php index b2503fe..60cabf1 100644 --- a/codebase/Dhtmlx/Connector/Event/EventInterface.php +++ b/codebase/Dhtmlx/Connector/Event/EventInterface.php @@ -1,7 +1,7 @@ <?php namespace Dhtmlx\Connector\Event; -class EventInterface{ +class EventInterface { protected $request; ////!< DataRequestConfig instance public $rules=array(); //!< array of sorting rules |