grid\GridView renderErrors()

renderErrors() public method Renders validator errors of filter model. public string renderErrors ( )return string The rendering result.

db\Migration up()

up() public method This method contains the logic to be executed when applying this migration. Child classes may override this method to provide actual migration logic. public boolean up ( )return boolean Return a false value to indicate the migration fails and should not proceed further. All other return values mean the migration succeeds.

caching\ApcCache exists()

exists() public method Checks whether a specified key exists in the cache. This can be faster than getting the value from the cache if the data is big. Note that this method does not check whether the dependency associated with the cached data, if there is any, has changed. So a call to get() may return false while exists returns true. public boolean exists ( $key )$key mixed A key identifying the cached value. This can be a simple string or a complex data structure consisting of factors

base\Event $handled

$handled public property Whether the event is handled. Defaults to false. When a handler sets this to be true, the event processing will stop and ignore the rest of the uninvoked event handlers. public boolean $handled = false

mail\MessageInterface setBcc()

setBcc() public abstract method Sets the Bcc (hidden copy receiver) addresses of this message. public abstract $this setBcc ( $bcc )$bcc string|array Hidden copy receiver email address. You may pass an array of addresses if multiple recipients should receive this message. You may also specify receiver name in addition to email address using format: [email => name]. return $this Self reference.

sphinx\Schema convertException()

convertException() public method Converts a DB exception to a more concrete one if possible. public yii\db\Exception convertException ( Exception $e, $rawSql )$e Exception $rawSql string SQL that produced exception

rbac\ManagerInterface getPermissionsByRole()

getPermissionsByRole() public abstract method Returns all permissions that the specified role represents. public abstract yii\rbac\Permission[] getPermissionsByRole ( $roleName )$roleName string The role name return yii\rbac\Permission[] All permissions that the role represents. The array is indexed by the permission names.

db\Command checkIntegrity()

checkIntegrity() public method Builds a SQL command for enabling or disabling integrity check. public $this checkIntegrity ( $check = true, $schema = '', $table = '' )$check boolean Whether to turn on or off the integrity check. $schema string The schema name of the tables. Defaults to empty string, meaning the current or default schema. $table string The table name. return $this The command object itself throws yii\base\NotSupportedException if this is not supported by the under

base\Security compareString()

compareString() public method Performs string comparison using timing attack resistant approach. See also http://codereview.stackexchange.com/questions/13512. public boolean compareString ( $expected, $actual )$expected string String to compare. $actual string User-supplied string. return boolean Whether strings are equal.

gii\generators\extension\Generator getOutputPath()

getOutputPath() public method public boolean getOutputPath ( )return boolean The directory that contains the module class