mongodb\Query buildCursor()

buildCursor() public method Builds the Mongo cursor for this query. public \MongoDB\Driver\Cursor buildCursor ( $db = null )$db yii\mongodb\Connection The database connection used to execute the query. return \MongoDB\Driver\Cursor Mongo cursor instance.

redis\ActiveRecord updateAll()

updateAll() public static method Updates the whole table using the provided attribute values and conditions. For example, to change the status to be 1 for all customers whose status is 2: Customer::updateAll(['status' => 1], ['id' => 2]); public static integer updateAll ( $attributes, $condition = null )$attributes array Attribute values (name-value pairs) to be saved into the table $condition array The conditions that will be put in the WHERE part of the UPDATE SQL. Please refe

log\DbTarget init()

init() public method Initializes the DbTarget component. This method will initialize the $db property to make sure it refers to a valid DB connection. public void init ( )throws yii\base\InvalidConfigException if $db is invalid.

web\AssetBundle publish()

publish() public method Publishes the asset bundle if its source code is not under Web-accessible directory. It will also try to convert non-CSS or JS files (e.g. LESS, Sass) into the corresponding CSS or JS files using asset converter. public void publish ( $am )$am yii\web\AssetManager The asset manager to perform the asset publishing

base\Widget getId()

getId() public method Returns the ID of the widget. public string getId ( $autoGenerate = true )$autoGenerate boolean Whether to generate an ID if it is not set previously return string ID of the widget.

web\Request $enableCsrfValidation

$enableCsrfValidation public property Whether to enable CSRF (Cross-Site Request Forgery) validation. Defaults to true. When CSRF validation is enabled, forms submitted to an Yii Web application must be originated from the same application. If not, a 400 HTTP exception will be raised. Note, this feature requires that the user client accepts cookie. Also, to use this feature, forms submitted via POST method must contain a hidden input whose name is specified by $csrfParam. You may use yii\he

filters\ContentNegotiator beforeAction()

beforeAction() public method This method is invoked right before an action is to be executed (after all possible filters.) You may override this method to do last-minute preparation for the action. public boolean beforeAction ( $action )$action yii\base\Action The action to be executed. return boolean Whether the action should continue to be executed.

bootstrap\Dropdown init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

gii\generators\crud\Generator $indexWidgetType

$indexWidgetType public property public $indexWidgetType = 'grid'

helpers\ReplaceArrayValue $value

$value public property Value used as replacement. public mixed $value = null