web\Request $queryParams

$queryParams public property The request GET parameter values. public array getQueryParams ( )public void setQueryParams ( $values )

gii\generators\model\Generator $classNames

$classNames protected property protected $classNames = null

web\Cookie $domain

$domain public property Domain of the cookie public string $domain = ''

web\Response getIsSuccessful()

getIsSuccessful() public method public boolean getIsSuccessful ( )return boolean Whether this response is successful

base\Controller run()

run() public method Runs a request specified in terms of a route. The route can be either an ID of an action within this controller or a complete route consisting of module IDs, controller ID and action ID. If the route starts with a slash '/', the parsing of the route will start from the application; otherwise, it will start from the parent module of this controller. See also runAction(). public mixed run ( $route, $params = [] )$route string The route to be handled, e.g., 'view', 'comm

widgets\BaseListView $dataProvider

$dataProvider public property The data provider for the view. This property is required. public yii\data\DataProviderInterface $dataProvider = null

web\Session setHasSessionId()

setHasSessionId() public method Sets the value indicating whether the current request has sent the session ID. This method is provided so that you can override the default way of determining whether the session ID is sent. public void setHasSessionId ( $value )$value boolean Whether the current request has sent the session ID.

authclient\BaseClient setTitle()

setTitle() public method public void setTitle ( $title )$title string Service title.

authclient\BaseClient setViewOptions()

setViewOptions() public method public void setViewOptions ( $viewOptions )$viewOptions array View options in format: optionName => optionValue

base\Widget setId()

setId() public method Sets the ID of the widget. public void setId ( $value )$value string Id of the widget.