rbac\ManagerInterface getUserIdsByRole()

getUserIdsByRole() public abstract method (available since version 2.0.7) Returns all user IDs assigned to the role specified. public abstract array getUserIdsByRole ( $roleName )$roleName string return array Array of user ID strings

db\QueryTrait indexBy()

indexBy() public method Sets the indexBy() property. public $this indexBy ( $column )$column string|callable The name of the column by which the query results should be indexed by. This can also be a callable (e.g. anonymous function) that returns the index value based on the given row data. The signature of the callable should be: function ($row) { // return the index value corresponding to $row } return $this The query object itself

i18n\Formatter asHtml()

asHtml() public method Formats the value as HTML text. The value will be purified using yii\helpers\HtmlPurifier to avoid XSS attacks. Use asRaw() if you do not want any purification of the value. public string asHtml ( $value, $config = null )$value string The value to be formatted. $config array|null The configuration for the HTMLPurifier class. return string The formatted result.

db\Schema getTableSchema()

getTableSchema() public method Obtains the metadata for the named table. public null|yii\db\TableSchema getTableSchema ( $name, $refresh = false )$name string Table name. The table name may contain schema name if any. Do not quote the table name. $refresh boolean Whether to reload the table schema even if it is found in the cache. return null|yii\db\TableSchema Table metadata. Null if the named table does not exist.

log\FileTarget $rotateByCopy

$rotateByCopy public property Whether to rotate log files by copy and truncate in contrast to rotation by renaming files. Defaults to true to be more compatible with log tailers and is windows systems which do not play well with rename on open files. Rotation by renaming however is a bit faster. The problem with windows systems where the rename() function does not work with files that are opened by some process is described in a comment by Martin Pelletier in the PHP documentation. By setti

swiftmailer\Mailer getSwiftMailer()

getSwiftMailer() public method public array|\Swift_Mailer getSwiftMailer ( )return array|\Swift_Mailer Swift mailer instance or array configuration.

sphinx\ActiveFixture $indexName

$indexName public property The name of the Sphinx index that this fixture is about. If this property is not set, the index name will be determined via $modelClass. See also $modelClass. public string $indexName = null

jui\Resizable $clientEventMap

$clientEventMap protected property Event names mapped to what should be specified in .on(). If empty, it is assumed that event passed to clientEvents is prefixed with widget name. Event names mapped to what should be specified in .on(). If empty, it is assumed that event passed to clientEvents is prefixed with widget name. protected array $clientEventMap = ['create' => 'resizecreate', 'resize' => 'resize', 'start' => 'resizestart', 'stop' => 'resizestop']

db\mysql\ColumnSchemaBuilder buildUnsignedString()

buildUnsignedString() protected method Builds the unsigned string for column. Defaults to unsupported. protected string buildUnsignedString ( )return string A string containing UNSIGNED keyword.

web\Application getUser()

getUser() public method Returns the user component. public yii\web\User getUser ( )return yii\web\User The user component.