mongodb\i18n\MongoDbMessageSource loadMessagesFromDb()

loadMessagesFromDb() protected method Loads the messages from MongoDB. You may override this method to customize the message storage in the MongoDB. protected array loadMessagesFromDb ( $category, $language )$category string The message category. $language string The target language. return array The messages loaded from database.

authclient\BaseClient setName()

setName() public method public void setName ( $name )$name string Service name.

web\User getIsGuest()

getIsGuest() public method Returns a value indicating whether the user is a guest (not authenticated). See also getIdentity(). public boolean getIsGuest ( )return boolean Whether the current user is a guest.

base\Application $state

$state public property The current application state during a request handling life cycle. This property is managed by the application. Do not modify this property. public integer $state = null

web\Request $port

$port public property Port number for insecure requests. public integer getPort ( )public void setPort ( $value )

db\BaseActiveRecord setIsNewRecord()

setIsNewRecord() public method Sets the value indicating whether the record is new. See also getIsNewRecord(). public void setIsNewRecord ( $value )$value boolean Whether the record is new and should be inserted when calling save().

debug\panels\DbPanel $db

$db public read-only property The name of the database component to use for executing (explain) queries public yii\db\Connection getDb ( )

debug\components\search\matchers\SameAs match()

match() public method Checks if the value passed matches base value. public boolean match ( $value )$value mixed Value to be matched return boolean If there is a match

db\BaseActiveRecord $primaryKey

$primaryKey public read-only property The primary key value. An array (column name => column value) is returned if the primary key is composite or $asArray is true. A string is returned otherwise (null will be returned if the key value is null). public mixed getPrimaryKey ( $asArray = false )

debug\panels\TimelinePanel $name

$name public read-only property Name of the panel public string getName ( )