debug\models\search\Log $message

$message public property Message attribute input search value public integer $message = null

log\Logger init()

init() public method Initializes the logger by registering flush() as a shutdown function. public void init ( )

base\Request $scriptFile

$scriptFile public property Entry script file path (processed w/ realpath()) public string getScriptFile ( )public void setScriptFile ( $value )

filters\ContentNegotiator $request

$request public property The current request. If not set, the request application component will be used. public yii\web\Request $request = null

base\ErrorHandler clearOutput()

clearOutput() public method Removes all output echoed before calling this method. public void clearOutput ( )

authclient\OAuth2 $clientSecret

$clientSecret public property OAuth client secret. public string $clientSecret = null

bootstrap\BootstrapWidgetTrait registerClientEvents()

registerClientEvents() protected method (available since version 2.0.2) Registers JS event handlers that are listed in $clientEvents. protected void registerClientEvents ( )

gii\generators\model\Generator $generateQuery

$generateQuery public property public $generateQuery = false

caching\Cache madd()

madd() public method Stores multiple items in cache. Each item contains a value identified by a key. If the cache already contains such a key, the existing value and expiration time will be preserved. public boolean madd ( $items, $duration = 0, $dependency = null )$items array The items to be cached, as key-value pairs. $duration integer Default number of seconds in which the cached values will expire. 0 means never expire. $dependency yii\caching\Dependency Dependency of the cached

jui\Selectable begin()

begin() public static method Begins a widget. This method creates an instance of the calling class setting the MODE_BEGIN mode. Any item between begin() and end() which match the filter attribute, will be selectable. It will apply the configuration to the created instance. A matching end() call should be called later. As some widgets may use output buffering, the end() call should be made in the same view to avoid breaking the nesting of output buffers. See also end(). public static stati