base\View EVENT_AFTER_RENDER

EVENT_AFTER_RENDER event of type yii\base\ViewEvent An event that is triggered by renderFile() right after it renders a view file.

data\Sort $attributeOrders

$attributeOrders public property Sort directions indexed by attribute names. Sort direction can be either SORT_ASC for ascending order or SORT_DESC for descending order. public array getAttributeOrders ( $recalculate = false )public void setAttributeOrders ( $attributeOrders, $validate = true )

mongodb\Collection group()

group() public method Performs aggregation using Mongo "group" command. public array group ( $keys, $initial, $reduce, $options = [] )$keys mixed Fields to group by. If an array or non-code object is passed, it will be the key used to group results. If instance of \MongoDB\BSON\Javascript passed, it will be treated as a function that returns the key to group by. $initial array Initial value of the aggregation counter object. $reduce \MongoDB\BSON\Javascript|string Function that take

Behaviors

Defining Behaviors Handling Component Events Attaching Behaviors Using Behaviors Detaching Behaviors Using TimestampBehavior Other behaviors Comparing Behaviors with Traits Behaviors are instances of yii\base\Behavior, or of a child class. Behaviors, also known as mixins, allow you to enhance the functionality of an existing component class without needing to change the class's inheritance. Attaching a behavior to a component "injects" the behavior's methods and properties into the component,

mail\BaseMailer $fileTransportPath

$fileTransportPath public property The directory where the email messages are saved when $useFileTransport is true. public string $fileTransportPath = '@runtime/mail'

gii\generators\crud\Generator getControllerID()

getControllerID() public method public string getControllerID ( )return string The controller ID (without the module ID prefix)

widgets\Block $renderInPlace

$renderInPlace public property Whether to render the block content in place. Defaults to false, meaning the captured block content will not be displayed. public boolean $renderInPlace = false

db\QueryBuilder buildColumns()

buildColumns() public method Processes columns and properly quotes them if necessary. It will join all columns into a string with comma as separators. public string buildColumns ( $columns )$columns string|array The columns to be processed return string The processing result

caching\MemCache flushValues()

flushValues() protected method Deletes all values from cache. This is the implementation of the method declared in the parent class. protected boolean flushValues ( )return boolean Whether the flush operation was successful.

db\QueryBuilder selectExists()

selectExists() public method (available since version 2.0.8) Creates a SELECT EXISTS() SQL statement. public string selectExists ( $rawSql )$rawSql string The subquery in a raw form to select from. return string The SELECT EXISTS() SQL statement.