widgets\Menu $hideEmptyItems

$hideEmptyItems public property Whether to hide empty menu items. An empty menu item is one whose url option is not set and which has no visible child menu items. public boolean $hideEmptyItems = true

mongodb\QueryBuilder buildBetweenCondition()

buildBetweenCondition() public method Creates an Mongo condition, which emulates the BETWEEN operator. public array buildBetweenCondition ( $operator, $operands )$operator string The operator to use $operands array The first operand is the column name. The second and third operands describe the interval that column value should be in. return array The generated Mongo condition. throws yii\base\InvalidParamException if wrong number of operands have been given.

web\Request $userAgent

$userAgent public read-only property User agent, null if not available public string|null getUserAgent ( )

gii\console\GenerateAction run()

run() public method public void run ( )

mail\MailerInterface send()

send() public abstract method Sends the given email message. public abstract boolean send ( $message )$message yii\mail\MessageInterface Email message instance to be sent return boolean Whether the message has been sent successfully

web\AssetManager $bundles

$bundles public property List of asset bundle configurations. This property is provided to customize asset bundles. When a bundle is being loaded by getBundle(), if it has a corresponding configuration specified here, the configuration will be applied to the bundle. The array keys are the asset bundle names, which typically are asset bundle class names without leading backslash. The array values are the corresponding configurations. If a value is false, it means the corresponding asset bund

authclient\BaseClient setId()

setId() public method public void setId ( $id )$id string Service id.

web\Request getServerName()

getServerName() public method Returns the server name. public string getServerName ( )return string Server name, null if not available

db\Migration createIndex()

createIndex() public method Builds and executes a SQL statement for creating a new index. public void createIndex ( $name, $table, $columns, $unique = false )$name string The name of the index. The name will be properly quoted by the method. $table string The table that the new index will be created for. The table name will be properly quoted by the method. $columns string|array The column(s) that should be included in the index. If there are multiple columns, please separate them

web\Session offsetUnset()

offsetUnset() public method This method is required by the interface ArrayAccess. public void offsetUnset ( $offset )$offset mixed The offset to unset element