PHP 클래스 Ingo_Script_Customsql, horde

저자: Jan Schneider ([email protected])
상속: extends Ingo_Script_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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