web\Link $name

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

mongodb\Connection $isActive

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

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

authclient\OpenId $claimedId

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

authclient\OAuth1 $requestTokenUrl

$requestTokenUrl public property OAuth request token URL. public string $requestTokenUrl = null

debug\components\TimelineDataProvider $panel

$panel protected property protected yii\debug\panels\TimelinePanel $panel = null

elasticsearch\Command $mapping

$mapping public read-only property public mixed getMapping ( $index = '_all', $type = null )

debug\panels\ConfigPanel $phpInfo

$phpInfo public read-only property public array getPhpInfo ( )

elasticsearch\Query from()

from() public method Sets the index and type to retrieve documents from. See also http://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html#search-multi-index-type. public $this from ( $index, $type = null )$index string|array The index to retrieve data from. This can be a string representing a single index or a an array of multiple indexes. If this is null it means that all indexes are being queried. $type string|array The type to retrieve data from. This c