authclient\OpenId fetchAttributes()

fetchAttributes() public method Gets AX/SREG attributes provided by OP. Should be used only after successful validation. Note that it does not guarantee that any of the required/optional parameters will be present, or that there will be no other attributes besides those specified. In other words. OP may provide whatever information it wants to. SREG names will be mapped to AX names. See also http://www.axschema.org/types/. public array fetchAttributes ( )return array Array of attributes

authclient\OpenId getTrustRoot()

getTrustRoot() public method public string getTrustRoot ( )return string Client trust root (realm).

authclient\OpenId setTrustRoot()

setTrustRoot() public method public void setTrustRoot ( $value )$value string Client trust root (realm).

Application Components

Bootstrapping Components Core Application Components Applications are service locators. They host a set of the so-called application components that provide different services for processing requests. For example, the urlManager component is responsible for routing Web requests to appropriate controllers; the db component provides DB-related services; and so on. Each application component has an ID that uniquely identifies itself among other application components in the same application. You

db\Schema getTableNames()

getTableNames() public method Returns all table names in the database. public string[] getTableNames ( $schema = '', $refresh = false )$schema string The schema of the tables. Defaults to empty string, meaning the current or default schema name. If not empty, the returned table names will be prefixed with the schema name. $refresh boolean Whether to fetch the latest available table names. If this is false, table names fetched previously (if available) will be returned. return string[

web\User $identityCookie

$identityCookie public property The configuration of the identity cookie. This property is used only when $enableAutoLogin is true. See also yii\web\Cookie. public array $identityCookie = ['name' => '_identity', 'httpOnly' => true]

db\Transaction getLevel()

getLevel() public method (available since version 2.0.8) public integer getLevel ( )return integer The current nesting level of the transaction.

db\pgsql\Schema insert()

insert() public method Executes the INSERT command, returning primary key values. public array|false insert ( $table, $columns )$table string The table that new rows will be inserted into. $columns array The column data (name => value) to be inserted into the table. return array|false Primary key values or false if the command fails

debug\LogTarget collect()

collect() public method Processes the given log messages. This method will filter the given messages with $levels and $categories. And if requested, it will also export the filtering result to specific medium (e.g. email). public void collect ( $messages, $final )$messages array Log messages to be processed. See yii\log\Logger::$messages for the structure of each message. $final boolean Whether this method is called at the end of the current application

debug\models\search\Db $query

$query public property Query attribute input search value public integer $query = null