You are browsing the documentation for iTop 3.0 which is not the current version.

Consider browsing to iTop 3.1 documentation

๐Ÿ”™ Back

DBObjectSearch

api

A search over a DBObject

This is the most common search cases, the other class representing a search is DBUnionSearch. For clarity purpose, since only the constructor vary between DBObjectSearch and DBUnionSearch, all the API is documented on the common ancestor: DBSearch Please refer to DBSearch's documentation

parent

See also

API synthesis

List of the public API methods. When manipulating DBObjectSearch, You can call those methods:

Public methods

__construct

api public

DBObjectSearch constructor.
public __construct($sClass, $sClassAlias = null)

Parameters

types name default description
string $sClass
string|null $sClassAlias null

Throws

\Exception

๐Ÿ”™ Back

3_0_0/customization/api/objects-manipulation/dbobjectsearch.txt ยท Last modified: 2022/03/09 14:55 (external edit)
Back to top
Contact us