filters\ContentNegotiator isLanguageSupported()

isLanguageSupported() protected method Returns a value indicating whether the requested language matches the supported language. protected boolean isLanguageSupported ( $requested, $supported )$requested string The requested language code $supported string The supported language code return boolean Whether the requested language is supported

base\Theme getBasePath()

getBasePath() public method See also $pathMap. public string getBasePath ( )return string The root path of this theme. All resources of this theme are located under this directory.

rest\Serializer serializePagination()

serializePagination() protected method Serializes a pagination into an array. See also addPaginationHeaders(). protected array serializePagination ( $pagination )$pagination yii\data\Pagination return array The array representation of the pagination

db\Command addPrimaryKey()

addPrimaryKey() public method Creates a SQL command for adding a primary key constraint to an existing table. The method will properly quote the table and column names. public $this addPrimaryKey ( $name, $table, $columns )$name string The name of the primary key constraint. $table string The table that the primary key constraint will be added to. $columns string|array Comma separated string or array of columns that the primary key will consist of. return $this The command object

log\Dispatcher getFlushInterval()

getFlushInterval() public method public integer getFlushInterval ( )return integer How many messages should be logged before they are sent to targets. This method returns the value of yii\log\Logger::$flushInterval.

mongodb\debug\MongoDbPanel getProfileLogs()

getProfileLogs() public method Returns all profile logs of the current request for this panel. public array getProfileLogs ( )

debug\panels\AssetPanel $detail

$detail public read-only property Content that is displayed in debugger detail view public string getDetail ( )

base\Exception getName()

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

i18n\DbMessageSource $cachingDuration

$cachingDuration public property The time in seconds that the messages can remain valid in cache. Use 0 to indicate that the cached data will never expire. See also $enableCaching. public integer $cachingDuration = 0

mutex\PgsqlMutex init()

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