db\sqlite\Schema createColumnSchemaBuilder()

createColumnSchemaBuilder() public method Create a column schema builder instance giving the type and value precision. This method may be overridden by child classes to create a DBMS-specific column schema builder. public yii\db\sqlite\ColumnSchemaBuilder createColumnSchemaBuilder ( $type, $length = null )$type string Type of the column. See yii\db\sqlite\ColumnSchemaBuilder::$type. $length integer|string|array Length or precision of the column. See yii\db\sqlite\ColumnSchemaBuilder:

mongodb\debug\MongoDbPanel $summaryName

$summaryName public read-only property Short name of the panel, which will be use in summary. public string getSummaryName ( )

helpers\BaseHtml ol()

ol() public static method Generates an ordered list. public static string ol ( $items, $options = [] )$items array|Traversable The items for generating the list. Each item generates a single list item. Note that items will be automatically HTML encoded if $options['encode'] is not set or true. $options array Options (name => config) for the radio button list. The following options are supported: encode: boolean, whether to HTML-encode the items. Defaults to true. This option is ig

base\ActionEvent $result

$result public property The action result. Event handlers may modify this property to change the action result. public mixed $result = null

swiftmailer\Mailer $swiftMailer

$swiftMailer public read-only property Swift mailer instance or array configuration. public array|\Swift_Mailer getSwiftMailer ( )

web\Response EVENT_AFTER_PREPARE

EVENT_AFTER_PREPARE event of type \yii\web\ResponseEvent An event that is triggered right after prepare() is called in send(). You may respond to this event to filter the response content before it is sent to the client.

sphinx\ColumnSchema $type

$type public property Abstract type of this column. Possible abstract types include: string, text, boolean, smallint, integer, bigint, float, decimal, datetime, timestamp, time, date, binary, and money. public string $type = null

captcha\CaptchaAsset $depends

$depends public property public $depends = ['yii\web\YiiAsset']

widgets\ActiveFormAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/assets'

grid\GridView $showHeader

$showHeader public property Whether to show the header section of the grid table. public boolean $showHeader = true