filters\Cors addCorsHeaders()

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

BaseYii getObjectVars()

getObjectVars() public static method Returns the public member variables of an object. This method is provided such that we can get the public member variables of an object. It is different from "get_object_vars()" because the latter will return private and protected variables if it is called within the object itself. public static array getObjectVars ( $object )$object object The object to be handled return array The public member variables of the object

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

widgets\ActiveForm endField()

endField() public method Ends a form field. This method will return the closing tag of an active form field started by beginField(). public string endField ( )return string The closing tag of the form field. throws yii\base\InvalidCallException if this method is called without a prior beginField() call.

mongodb\file\Download getDocument()

getDocument() public method public array getDocument ( )return array Document to be downloaded. throws yii\base\InvalidConfigException on invalid document configuration.

mongodb\QueryBuilder findAndModify()

findAndModify() public method Generates 'find and modify' command. public array findAndModify ( $collectionName, $condition = [], $update = [], $options = [] )$collectionName string Collection name $condition array Filter condition $update array Update criteria $options array List of options in format: optionName => optionValue. return array Command document.