base\Security $macHash

$macHash public property Hash algorithm for message authentication. Recommend sha256, sha384 or sha512. See also \yii\base\hash_algos(). public string $macHash = 'sha256'

db\Command bindParam()

bindParam() public method Binds a parameter to the SQL statement to be executed. See also http://www.php.net/manual/en/function.PDOStatement-bindParam.php. public $this bindParam ( $name, &$value, $dataType = null, $length = null, $driverOptions = null )$name string|integer Parameter identifier. For a prepared statement using named placeholders, this will be a parameter name of the form :name. For a prepared statement using question mark placeholders, this will be the 1-indexed pos

i18n\MessageFormatter $errorCode

$errorCode public read-only property Code of the last error. public string getErrorCode ( )

gii\generators\crud\Generator $name

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

base\Model fields()

fields() public method Returns the list of fields that should be returned by default by toArray() when no specific fields are specified. A field is a named element in the returned array by toArray(). This method should return an array of field names or field definitions. If the former, the field name will be treated as an object property name whose value will be used as the field value. If the latter, the array key should be the field name while the array value should be the corresponding f

bootstrap\ActiveField $wrapperOptions

$wrapperOptions public property Options for the wrapper tag, used in the {beginWrapper} placeholder public array $wrapperOptions = []

i18n\GettextMessageSource $basePath

$basePath public property public string $basePath = '@app/messages'

sphinx\gii\model\Generator $ns

$ns public property public $ns = 'app\models'

web\View EVENT_BEGIN_BODY

EVENT_BEGIN_BODY event of type \yii\web\Event An event that is triggered by beginBody().

rest\UpdateAction $scenario

$scenario public property The scenario to be assigned to the model before it is validated and updated. public string $scenario = \yii\base\Model::SCENARIO_DEFAULT