$encoding public property The XML encoding. If not set, it will use the value of yii\web\Response::$charset. public string $encoding = null
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
setUploadFileMaxCount() public method public void setUploadFileMaxCount ( $uploadFileMaxCount )$uploadFileMaxCount integer Maximum upload files count.
$skipOnEmpty public property Whether to skip this validator if the value being validated is empty. public boolean $skipOnEmpty = false
defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.
adjustLabelFor() protected method Adjusts the for attribute for the label based on the input options. protected void adjustLabelFor ( $options )$options array The input options.
$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 = []
run() public method Renders the widget. public void run ( )
$name public read-only property Name of the panel public string getName ( )
$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 )
Page 453 of 633