db\oci\QueryBuilder alterColumn()

alterColumn() public method Builds a SQL statement for changing the definition of a column. public string alterColumn ( $table, $column, $type )$table string The table whose column is to be changed. The table name will be properly quoted by the method. $column string The name of the column to be changed. The name will be properly quoted by the method. $type string The new column type. The getColumnType() method will be invoked to convert abstract column type (if any) into the physica

web\Session $isActive

$isActive public read-only property Whether the session has started public boolean getIsActive ( )

authclient\clients\YandexOAuth $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://oauth.yandex.ru/token'

elasticsearch\BatchQueryResult $query

$query public property The query object associated with this batch query. Do not modify this property directly unless after reset() is called explicitly. public yii\elasticsearch\Query $query = null

faker\FixtureController addProviders()

addProviders() public method Adds users providers to the faker generator. public void addProviders ( )

db\Connection createPdoInstance()

createPdoInstance() protected method Creates the PDO instance. This method is called by open() to establish a DB connection. The default implementation will create a PHP PDO instance. You may override this method if the default PDO needs to be adapted for certain DBMS. protected PDO createPdoInstance ( )return PDO The pdo instance

twig\ViewRenderer $options

$options public property Twig options. See also http://twig.sensiolabs.org/doc/api.html#environment-options. public array $options = []

web\ErrorHandler $maxTraceSourceLines

$maxTraceSourceLines public property Maximum number of trace source code lines to be displayed. Defaults to 13. public integer $maxTraceSourceLines = 13

web\Request $hostName

$hostName public read-only property Hostname part of the request URL (e.g. www.yiiframework.com) public string|null getHostName ( )

gii\GiiAsset $js

$js public property public $js = ['gii.js']