rbac\DbManager getChildren()

getChildren() public method Returns the child permissions and/or roles. public yii\rbac\Item[] getChildren ( $name )$name string The parent name return yii\rbac\Item[] The child permissions and/or roles

web\Session offsetUnset()

offsetUnset() public method This method is required by the interface ArrayAccess. public void offsetUnset ( $offset )$offset mixed The offset to unset element

db\Migration createIndex()

createIndex() public method Builds and executes a SQL statement for creating a new index. public void createIndex ( $name, $table, $columns, $unique = false )$name string The name of the index. The name will be properly quoted by the method. $table string The table that the new index will be created for. The table name will be properly quoted by the method. $columns string|array The column(s) that should be included in the index. If there are multiple columns, please separate them

web\Request getServerName()

getServerName() public method Returns the server name. public string getServerName ( )return string Server name, null if not available

authclient\BaseClient setId()

setId() public method public void setId ( $id )$id string Service id.

web\AssetManager $bundles

$bundles public property List of asset bundle configurations. This property is provided to customize asset bundles. When a bundle is being loaded by getBundle(), if it has a corresponding configuration specified here, the configuration will be applied to the bundle. The array keys are the asset bundle names, which typically are asset bundle class names without leading backslash. The array values are the corresponding configurations. If a value is false, it means the corresponding asset bund

mail\MailerInterface send()

send() public abstract method Sends the given email message. public abstract boolean send ( $message )$message yii\mail\MessageInterface Email message instance to be sent return boolean Whether the message has been sent successfully

gii\console\GenerateAction run()

run() public method public void run ( )

rbac\Item $type

$type public property The type of the item. This should be either TYPE_ROLE or TYPE_PERMISSION. public integer $type = null

mail\BaseMailer $messageClass

$messageClass public property The default class name of the new message instances created by createMessage() public string $messageClass = 'yii\mail\BaseMessage'