class QJUtils (View source)

A set of utility functions used by the queued jobs module

Methods

public
__construct()

No description

public
string
dbQuote(array $filter = array(), string $join = " AND ")

Quote up a filter of the form

protected
string
recursiveQuote(mixed $val)

No description

public
log(string $message, int $level = null)

No description

public
string
ajaxResponse(string $message, string $status)

No description

Details

__construct()

No description

string dbQuote(array $filter = array(), string $join = " AND ")

Quote up a filter of the form

array ("ParentID =" => 1)

Parameters

array $filter
string $join

Return Value

string

protected string recursiveQuote(mixed $val)

No description

Parameters

mixed $val

Return Value

string

log(string $message, int $level = null)

No description

Parameters

string $message
int $level

string ajaxResponse(string $message, string $status)

No description

Parameters

string $message [description]
string $status [description]

Return Value

string