helpers\BaseUrl normalizeRoute()

normalizeRoute() protected static method Normalizes route and makes it suitable for UrlManager. Absolute routes are staying as is while relative routes are converted to absolute ones. A relative route is a route without a leading slash, such as "view", "post/view". If the route is an empty string, the current route will be used; If the route contains no slashes at all, it is considered to be an action ID of the current controller and will be prepended with yii\web\Controller::$uniqueId; If

web\Session $count

$count public read-only property The number of session variables public integer getCount ( )

db\oci\Schema resolveTableNames()

resolveTableNames() protected method Resolves the table name and schema name (if any). protected void resolveTableNames ( $table, $name )$table yii\db\TableSchema The table metadata object $name string The table name

debug\panels\AssetPanel $name

$name public read-only property Name of the panel public string getName ( )

debug\Module getYiiLogo()

getYiiLogo() public static method Returns the logo URL to be used in <img src=" public static string getYiiLogo ( )return string The logo URL

mongodb\Database clearCollections()

clearCollections() public method Clears internal collection lists. This method can be used to break cycle references between yii\mongodb\Database and yii\mongodb\Collection instances. public void clearCollections ( )

authclient\BaseOAuth defaultCurlOptions()

defaultCurlOptions() protected method Returns default cURL options. protected array defaultCurlOptions ( )return array CURL options.

web\User $idParam

$idParam public property The session variable name used to store the value of $id. public string $idParam = '__id'

data\ArrayDataProvider sortModels()

sortModels() protected method Sorts the data models according to the given sort definition protected array sortModels ( $models, $sort )$models array The models to be sorted $sort yii\data\Sort The sort definition return array The sorted data models

data\BaseDataProvider prepareModels()

prepareModels() protected abstract method Prepares the data models that will be made available in the current page. protected abstract array prepareModels ( )return array The available data models