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

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

gii\console\GenerateAction run()

run() public method public void run ( )

rbac\Item $type

$type public property The type of the item. This should be either TYPE_ROLE or TYPE_PERMISSION. public integer $type = null

mail\BaseMailer $messageClass

$messageClass public property The default class name of the new message instances created by createMessage() public string $messageClass = 'yii\mail\BaseMessage'

grid\Column $headerOptions

$headerOptions public property The HTML attributes for the header cell tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $headerOptions = []

mongodb\log\MongoDbTarget $logCollection

$logCollection public property The name of the MongoDB collection that stores the session data. Please refer to yii\mongodb\Connection::getCollection() on how to specify this parameter. This collection is better to be pre-created with fields 'id' and 'expire' indexed. public string|array $logCollection = 'log'

web\CookieCollection has()

has() public method Returns whether there is a cookie with the specified name. Note that if a cookie is marked for deletion from browser, this method will return false. See also remove(). public boolean has ( $name )$name string The cookie name return boolean Whether the named cookie exists

mongodb\Cache init()

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

mutex\MysqlMutex init()

init() public method Initializes MySQL specific mutex component implementation. public void init ( )throws yii\base\InvalidConfigException if $db is not MySQL connection.