.

IDataObjectQueryHook Interface Reference
[Interfaces]

Interface for classes that hook into query building on dataobject. More...

List of all members.

Public Member Functions

  configure_query ($query)
  Modify the query given.

Detailed Description

Interface for classes that hook into query building on dataobject.

Author:
Gerd Riesselmann

Definition at line 8 of file idataobjectqueryhook.cls.php.


Member Function Documentation

IDataObjectQueryHook::configure_query ( query  ) 

Modify the query given.

Hok should take class of query (DBQueryInsert, DBQuerySelect etc) into consideration

Parameters:
IDBQuery  $query

The documentation for this interface was generated from the following file: