db\Query where()

where() public method Sets the WHERE part of the query. The method requires a $condition parameter, and optionally a $params parameter specifying the values to be bound to the query. The $condition parameter should be either a string (e.g. 'id=1') or an array. The $condition specified as an array can be in one of the following two formats: hash format: ['column1' => value1, 'column2' => value2, ...] operator format: [operator, operand1, operand2, ...] A condition in hash format repr

elasticsearch\ElasticsearchTarget $cacheContext

$cacheContext public property If true, context message will cached once it's been created. Makes sense to use with $includeContext. public boolean $cacheContext = false

sphinx\Schema refresh()

refresh() public method Refreshes the schema. This method cleans up all cached index schemas so that they can be re-created later to reflect the Sphinx schema change. public void refresh ( )

web\Link $name

$name public property A secondary key for selecting Link Objects which share the same relation type public string $name = null

authclient\OpenId buildAuthUrlV2()

buildAuthUrlV2() protected method Builds authentication URL for the protocol version 2. protected string buildAuthUrlV2 ( $serverInfo )$serverInfo array OpenID server info. return string Authentication URL.

test\InitDbFixture afterUnload()

afterUnload() public method This method is called AFTER all fixture data have been unloaded for the current test. public void afterUnload ( )

mongodb\Connection $isActive

$isActive public read-only property Whether the Mongo connection is established public boolean getIsActive ( )

authclient\OpenId $claimedId

$claimedId public property Claimed identifier (identity). public string getClaimedId ( )public void setClaimedId ( $claimedId )

caching\MemCache init()

init() public method Initializes this application component. It creates the memcache instance and adds memcache servers. public void init ( )

db\BatchQueryResult $batchSize

$batchSize public property The number of rows to be returned in each batch. public integer $batchSize = 100