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 ( )

web\ErrorAction run()

run() public method Runs the action public string run ( )return string Result content

web\Response sendHeaders()

sendHeaders() protected method Sends the response headers to the client protected void sendHeaders ( )

authclient\BaseOAuth $scope

$scope public property Auth request scope. public string $scope = null

rbac\DbManager removeAllRules()

removeAllRules() public method Removes all rules. All roles and permissions which have rules will be adjusted accordingly. public void removeAllRules ( )

filters\Cors headerizeToPhp()

headerizeToPhp() protected method Convert any string (including php headers with HTTP prefix) to header format like : X-Pingother -> HTTP_X_PINGOTHER X PINGOTHER -> HTTP_X_PINGOTHER protected string headerizeToPhp ( $string )$string string String to convert return string The result in "php $_SERVER header" format