caching\ChainedDependency getHasChanged()

getHasChanged() public method Performs the actual dependency checking. This method returns true if any of the dependency objects reports a dependency change. public boolean getHasChanged ( $cache )$cache yii\caching\Cache The cache component that is currently evaluating this dependency return boolean Whether the dependency is changed or not.

gii\controllers\DefaultController actionPreview()

actionPreview() public method public void actionPreview ( $id, $file )$id $file

grid\GridView init()

init() public method Initializes the grid view. This method will initialize required property values and instantiate $columns objects. public void init ( )

gii\controllers\DefaultController actionIndex()

actionIndex() public method public void actionIndex ( )

mail\MessageInterface getCharset()

getCharset() public abstract method Returns the character set of this message. public abstract string getCharset ( )return string The character set of this message.

db\QueryBuilder alterColumn()

alterColumn() public method Builds a SQL statement for changing the definition of a column. public string alterColumn ( $table, $column, $type )$table string The table whose column is to be changed. The table name will be properly quoted by the method. $column string The name of the column to be changed. The name will be properly quoted by the method. $type string The new column type. The getColumnType() method will be invoked to convert abstract column type (if any) into the physica

rbac\DbManager getChildrenRecursive()

getChildrenRecursive() protected method Recursively finds all children and grand children of the specified item. protected void getChildrenRecursive ( $name, $childrenList, &$result )$name string The name of the item whose children are to be looked for. $childrenList array The child list built via getChildrenList() $result array The children and grand children (in array keys)

web\UrlNormalizer $collapseSlashes

$collapseSlashes public property Whether slashes should be collapsed, for example site///index will be converted into site/index public boolean $collapseSlashes = true

mail\BaseMailer EVENT_BEFORE_SEND

EVENT_BEFORE_SEND event of type yii\mail\MailEvent An event raised right before send. You may set yii\mail\MailEvent::$isValid to be false to cancel the send.

i18n\Formatter $decimalSeparator

$decimalSeparator public property The character displayed as the decimal point when formatting a number. If not set, the decimal separator corresponding to $locale will be used. If PHP intl extension is not available, the default value is '.'. public string $decimalSeparator = null