$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 = []
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
$isHead public read-only property Whether this is a HEAD request. public boolean getIsHead ( )
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
$href public property A URI RFC3986 or URI template RFC6570. This property is required. public string $href = null
$type public property A hint to indicate the media type expected when dereferencing the target resource public string $type = null
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
$changedAttributes public property The attribute values that had changed and were saved. public array $changedAttributes = null
$actions public property Define specific CORS rules for specific actions public array $actions = []
sendCacheControlHeader() protected method Sends the cache control header to the client See also $cacheControlHeader. protected void sendCacheControlHeader ( )
Page 133 of 633