bootstrap\Tabs $items

$items public property List of tabs in the tabs widget. Each array element represents a single tab with the following structure: label: string, required, the tab header label. encode: boolean, optional, whether this label should be HTML-encoded. This param will override global $this->encodeLabels param. headerOptions: array, optional, the HTML attributes of the tab header. linkOptions: array, optional, the HTML attributes of the tab header link tags. content: string, optional, the conten

filters\Cors addCorsHeaders()

addCorsHeaders() public method Adds the CORS headers to the response public void addCorsHeaders ( $response, $headers )$response yii\web\Response $headers

BaseYii warning()

warning() public static method Logs a warning message. A warning message is typically logged when an error occurs while the execution can still continue. public static void warning ( $message, $category = 'application' )$message string The message to be logged. $category string The category of the message.

db\Migration dropPrimaryKey()

dropPrimaryKey() public method Builds and executes a SQL statement for dropping a primary key. public void dropPrimaryKey ( $name, $table )$name string The name of the primary key constraint to be removed. $table string The table that the primary key constraint will be removed from.

data\SqlDataProvider $sql

$sql public property The SQL statement to be used for fetching data rows. public string $sql = null

mongodb\file\Upload cancel()

cancel() public method Cancels the upload. public void cancel ( )

authclient\OpenId buildAuthUrlV1()

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

elasticsearch\Query 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.

db\Command $fetchMode

$fetchMode public property The default fetch mode for this command. See also http://www.php.net/manual/en/function.PDOStatement-setFetchMode.php. public integer $fetchMode = \PDO::FETCH_ASSOC

elasticsearch\BatchQueryResult key()

key() public method Returns the index of the current dataset. This method is required by the interface Iterator. public integer key ( )return integer The index of the current row.