mongodb\file\Cursor $collection

$collection public property Related GridFS collection instance. public yii\mongodb\file\Collection $collection = null

db\Command dropColumn()

dropColumn() public method Creates a SQL command for dropping a DB column. public $this dropColumn ( $table, $column )$table string The table whose column is to be dropped. The name will be properly quoted by the method. $column string The name of the column to be dropped. The name will be properly quoted by the method. return $this The command object itself

elasticsearch\Command getIndexStatus()

getIndexStatus() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-status.html. public mixed getIndexStatus ( $index = '_all' )$index

sphinx\Query search()

search() public method Executes the query and returns the complete search result including e.g. hits, facets. public array search ( $db = null )$db yii\sphinx\Connection The Sphinx connection used to generate the SQL statement. return array The query results.

authclient\OpenId sendRequest()

sendRequest() protected method Sends request to the server protected array|string sendRequest ( $url, $method = 'GET', $params = [] )$url string Request URL. $method string Request method. $params array Request parameters. return array|string Response. throws yii\base\Exception on failure.

db\sqlite\QueryBuilder dropColumn()

dropColumn() public method Builds a SQL statement for dropping a DB column. public string dropColumn ( $table, $column )$table string The table whose column is to be dropped. The name will be properly quoted by the method. $column string The name of the column to be dropped. The name will be properly quoted by the method. return string The SQL statement for dropping a DB column. throws yii\base\NotSupportedException this is not supported by SQLite

web\XmlResponseFormatter format()

format() public method Formats the specified response. public void format ( $response )$response yii\web\Response The response to be formatted.

db\ColumnSchemaBuilder $isFirst

$isFirst protected property (available since version 2.0.8) Whether this column is to be inserted at the beginning of the table. protected boolean $isFirst = null

debug\Module defaultVersion()

defaultVersion() protected method (available since version 2.0.7) Returns default module version. Child class may override this method to provide more specific version detection. protected string defaultVersion ( )return string The version of this module.

db\Migration dropColumn()

dropColumn() public method Builds and executes a SQL statement for dropping a DB column. public void dropColumn ( $table, $column )$table string The table whose column is to be dropped. The name will be properly quoted by the method. $column string The name of the column to be dropped. The name will be properly quoted by the method.