base\Theme $baseUrl

$baseUrl public property The base URL (without ending slash) for this theme. All resources of this theme are considered to be under this base URL. public string getBaseUrl ( )public void setBaseUrl ( $url )

db\oci\Schema findTableNames()

findTableNames() protected method Returns all table names in the database. This method should be overridden by child classes in order to support this feature because the default implementation simply throws an exception. protected array findTableNames ( $schema = '' )$schema string The schema of the tables. Defaults to empty string, meaning the current or default schema. return array All table names in the database. The names have NO schema name prefix. throws yii\base\NotSupportedExc

db\oci\Schema extractColumnType()

extractColumnType() protected method Extracts the data types for the given column protected void extractColumnType ( $column, $dbType, $precision, $scale, $length )$column yii\db\ColumnSchema $dbType string DB type $precision string Total number of digits. This parameter is available since version 2.0.4. $scale string Number of digits on the right of the decimal separator. This parameter is available since version 2.0.4. $length string Length for character types. This parameter is

gii\generators\model\Generator $classNames

$classNames protected property protected $classNames = null

web\Request $queryParams

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

db\pgsql\Schema getUniqueIndexInformation()

getUniqueIndexInformation() protected method Gets information about given table unique indexes. protected array getUniqueIndexInformation ( $table )$table yii\db\TableSchema The table metadata return array With index and column names

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