web\XmlResponseFormatter $encoding

$encoding public property The XML encoding. If not set, it will use the value of yii\web\Response::$charset. public string $encoding = null

db\cubrid\Schema getPdoType()

getPdoType() public method Determines the PDO type for the given PHP data value. See also http://www.php.net/manual/en/pdo.constants.php. public integer getPdoType ( $data )$data mixed The data whose PDO type is to be determined return integer The PDO type

web\MultipartFormDataParser setUploadFileMaxCount()

setUploadFileMaxCount() public method public void setUploadFileMaxCount ( $uploadFileMaxCount )$uploadFileMaxCount integer Maximum upload files count.

validators\RequiredValidator $skipOnEmpty

$skipOnEmpty public property Whether to skip this validator if the value being validated is empty. public boolean $skipOnEmpty = false

authclient\clients\Live defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

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 )