sphinx\gii\model\Generator validateDb()

validateDb() public method Validates the $db attribute. public void validateDb ( )

debug\panels\LogPanel getDetail()

getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view

db\ActiveRecord tableName()

tableName() public static method Declares the name of the database table associated with this AR class. By default this method returns the class name as the table name by calling yii\helpers\Inflector::camel2id() with prefix yii\db\Connection::$tablePrefix. For example if yii\db\Connection::$tablePrefix is tbl_, Customer becomes tbl_customer, and OrderItem becomes tbl_order_item. You may override this method if the table is not named after this convention. public static string tableName (

base\Event on()

on() public static method Attaches an event handler to a class-level event. When a class-level event is triggered, event handlers attached to that class and all parent classes will be invoked. For example, the following code attaches an event handler to ActiveRecord's afterInsert event: Event::on(ActiveRecord::className(), ActiveRecord::EVENT_AFTER_INSERT, function ($event) { Yii::trace(get_class($event->sender) . ' is inserted.'); }); The handler will be invoked for EVERY successfu

redis\Cache $redis

$redis public property The Redis yii\redis\Connection object or the application component ID of the Redis yii\redis\Connection. This can also be an array that is used to create a redis yii\redis\Connection instance in case you do not want do configure redis connection as an application component. After the Cache object is created, if you want to change this property, you should only assign it with a Redis yii\redis\Connection object. public yii\redis\Connection|string|array $redis = 'redis

widgets\LinkSorter renderSortLinks()

renderSortLinks() protected method Renders the sort links. protected string renderSortLinks ( )return string The rendering result

debug\panels\RequestPanel getSummary()

getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar

filters\auth\CompositeAuth challenge()

challenge() public method Generates challenges upon authentication failure. For example, some appropriate HTTP headers may be generated. public void challenge ( $response )$response yii\web\Response

mongodb\rbac\MongoDbManager addChild()

addChild() public method Adds an item as a child of another item. public boolean addChild ( $parent, $child )$parent yii\rbac\Item $child yii\rbac\Item return boolean Whether the child successfully added throws yii\base\Exception if the parent-child relationship already exists or if a loop has been detected.

db\StaleObjectException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception