mongodb\gii\model\Generator getDescription()

getDescription() public method public string getDescription ( )return string The detailed description of the generator.

widgets\ActiveField end()

end() public method Renders the closing tag of the field container. public string end ( )return string The rendering result.

authclient\clients\LinkedIn $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://www.linkedin.com/uas/oauth2/accessToken'

db\mssql\Schema findPrimaryKeys()

findPrimaryKeys() protected method Collects the primary key column details for the given table. protected void findPrimaryKeys ( $table )$table yii\db\mssql\TableSchema The table metadata

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.