authclient\OpenId $optionalAttributes

$optionalAttributes public property List of attributes, which could be returned from server. Attribute names should be always specified in AX format. For example: ['namePerson/first', 'namePerson/last'] public array $optionalAttributes = []

data\SqlDataProvider prepareKeys()

prepareKeys() protected method Prepares the keys associated with the currently available data models. protected array prepareKeys ( $models )$models array The available data models return array The keys

web\Request $isHead

$isHead public read-only property Whether this is a HEAD request. public boolean getIsHead ( )

db\Schema findTableNames()

findTableNames() protected method Returns all table names in the database. This method should be overridden by child classes in order to support this feature because the default implementation simply throws an exception. protected array findTableNames ( $schema = '' )$schema string The schema of the tables. Defaults to empty string, meaning the current or default schema. return array All table names in the database. The names have NO schema name prefix. throws yii\base\NotSupportedExc

web\Link $href

$href public property A URI RFC3986 or URI template RFC6570. This property is required. public string $href = null

web\Link $type

$type public property A hint to indicate the media type expected when dereferencing the target resource public string $type = null

db\QueryBuilder buildCompositeInCondition()

buildCompositeInCondition() protected method Builds SQL for IN condition protected string buildCompositeInCondition ( $operator, $columns, $values, &$params )$operator string $columns array|Traversable $values array $params array return string SQL

db\AfterSaveEvent $changedAttributes

$changedAttributes public property The attribute values that had changed and were saved. public array $changedAttributes = null

filters\Cors $actions

$actions public property Define specific CORS rules for specific actions public array $actions = []

filters\HttpCache sendCacheControlHeader()

sendCacheControlHeader() protected method Sends the cache control header to the client See also $cacheControlHeader. protected void sendCacheControlHeader ( )