web\Session addFlash()

addFlash() public method Adds a flash message. If there are existing flash messages with the same key, the new one will be appended to the existing message array. See also: getFlash() setFlash() removeFlash() public void addFlash ( $key, $value = true, $removeAfterAccess = true )$key string The key identifying the flash message. $value mixed Flash message $removeAfterAccess boolean Whether the flash message should be automatically removed only if it is accessed. If false, the flash m

web\JsonResponseFormatter format()

format() public method Formats the specified response. public void format ( $response )$response yii\web\Response The response to be formatted.

sphinx\gii\model\Generator $modelClass

$modelClass public property public $modelClass = null

web\JsonParser $asArray

$asArray public property Whether to return objects in terms of associative arrays. public boolean $asArray = true

web\JsExpression __toString()

__toString() public method The PHP magic function converting an object into a string. public string __toString ( )return string The JavaScript expression.

gii\generators\module\Generator $moduleClass

$moduleClass public property public $moduleClass = null

web\SessionIterator __construct()

__construct() public method Constructor. public void __construct ( )

web\Response $isEmpty

$isEmpty public read-only property Whether this response is empty public boolean getIsEmpty ( )

jui\Tabs $encodeLabels

$encodeLabels public property Whether the labels for header items should be HTML-encoded. public boolean $encodeLabels = true

jui\Tabs $linkTemplate

$linkTemplate public property The default header template to render the link. public string $linkTemplate = '<a href="{url}">{label}</a>'