mongodb\file\Collection delete()

delete() public method Deletes the file with given _id. public boolean delete ( $id )$id mixed _id of the file to find. return boolean Whether the operation was successful. throws yii\mongodb\Exception on failure.

authclient\widgets\AuthChoice setClients()

setClients() public method public void setClients ( array $clients )$clients yii\authclient\ClientInterface[] Auth providers

bootstrap\BootstrapWidgetTrait registerPlugin()

registerPlugin() protected method Registers a specific Bootstrap plugin and the related events protected void registerPlugin ( $name )$name string The name of the Bootstrap plugin

grid\ActionColumn initDefaultButton()

initDefaultButton() protected method (available since version 2.0.11) Initializes the default button rendering callback for single button protected void initDefaultButton ( $name, $iconName, $additionalOptions = [] )$name string Button name as it's written in template $iconName string The part of Bootstrap glyphicon class that makes it unique $additionalOptions array Array of additional options

db\Command bindValue()

bindValue() public method Binds a value to a parameter. See also http://www.php.net/manual/en/function.PDOStatement-bindValue.php. public $this bindValue ( $name, $value, $dataType = null )$name string|integer Parameter identifier. For a prepared statement using named placeholders, this will be a parameter name of the form :name. For a prepared statement using question mark placeholders, this will be the 1-indexed position of the parameter. $value mixed The value to bind to the param

filters\auth\CompositeAuth $authMethods

$authMethods public property The supported authentication methods. This property should take a list of supported authentication methods, each represented by an authentication class or configuration. If this property is empty, no authentication will be performed. Note that an auth method class must implement the yii\filters\auth\AuthInterface interface. public array $authMethods = []

i18n\MessageFormatter $errorMessage

$errorMessage public read-only property Description of the last error. public string getErrorMessage ( )

widgets\InputWidget $model

$model public property The data model that this widget is associated with. public yii\base\Model $model = null

db\Command dropForeignKey()

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

sphinx\ActiveQuery defaultConnection()

defaultConnection() protected method protected yii\sphinx\Connection defaultConnection ( )return yii\sphinx\Connection Default connection value.