db\ColumnSchema $precision

$precision public property Precision of the column data, if it is numeric. public integer $precision = null

authclient\clients\Twitter defaultName()

defaultName() protected method Generates service name. protected string defaultName ( )return string Service name.

web\XmlResponseFormatter $itemTag

$itemTag public property The name of the elements that represent the array elements with numeric keys. public string $itemTag = 'item'

elasticsearch\Connection getNodeInfo()

getNodeInfo() public method public void getNodeInfo ( )

widgets\ActiveField adjustLabelFor()

adjustLabelFor() protected method Adjusts the for attribute for the label based on the input options. protected void adjustLabelFor ( $options )$options array The input options.

validators\Validator $except

$except public property Scenarios that the validator should not be applied to. For multiple scenarios, please specify them as an array; for single scenario, you may use either a string or an array. public array|string $except = []

bootstrap\ButtonGroup run()

run() public method Renders the widget. public void run ( )

debug\panels\TimelinePanel $name

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

db\BaseActiveRecord $primaryKey

$primaryKey public read-only property The primary key value. An array (column name => column value) is returned if the primary key is composite or $asArray is true. A string is returned otherwise (null will be returned if the key value is null). public mixed getPrimaryKey ( $asArray = false )

debug\components\search\matchers\SameAs match()

match() public method Checks if the value passed matches base value. public boolean match ( $value )$value mixed Value to be matched return boolean If there is a match