PHP Класс Ingo_Script_Customsql, horde

Автор: Jan Schneider ([email protected])
Наследование: extends Ingo_Script_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_categories array The categories of filtering allowed.
$_categoryFeatures array This is an associative array with the keys taken from $_actions, each value is a list of strings with the supported feature names. An absent key is interpreted as "all features supported".
$_features array A list of driver features.

Защищенные методы

Метод Описание
_generate ( ) Generates the scripts to do the filtering specified in the rules.
_placeHolders ( string $query, integer $rule ) : string Replaces place holders in a query.

Описание методов

_generate() защищенный Метод

Generates the scripts to do the filtering specified in the rules.
protected _generate ( )

_placeHolders() защищенный Метод

Replaces place holders in a query.
protected _placeHolders ( string $query, integer $rule ) : string
$query string A SQL query with place holders.
$rule integer A Ingo::RULE_* constant.
Результат string A valid query.

Описание свойств

$_categories защищенное свойство

The categories of filtering allowed.
protected array $_categories
Результат array

$_categoryFeatures защищенное свойство

This is an associative array with the keys taken from $_actions, each value is a list of strings with the supported feature names. An absent key is interpreted as "all features supported".
protected array $_categoryFeatures
Результат array

$_features защищенное свойство

A list of driver features.
protected array $_features
Результат array