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

jui\Sortable $items

$items public property List of sortable items. Each item can be a string representing the item content or an array of the following structure: [ 'content' => 'item content', // the HTML attributes of the item container tag. This will overwrite "itemOptions". 'options' => [], ] public array $items = []

web\Request $rawBody

$rawBody public property The request body public string getRawBody ( )public void setRawBody ( $rawBody )

elasticsearch\ActiveQuery column()

column() public method Executes the query and returns the first column of the result. public array column ( $field, $db = null )$field string The field to query over $db yii\elasticsearch\Connection The database connection used to execute the query. If this parameter is not given, the elasticsearch application component will be used. return array The first column of the query result. An empty array is returned if the query results in nothing.

console\Controller $help

$help public read-only property (available since version 2.0.10) Whether to display help information about current command. public string getHelp ( )

console\controllers\BaseMigrateController $defaultAction

$defaultAction public property The default command action. public string $defaultAction = 'up'