rest\DeleteAction run()

run() public method Deletes a model. public void run ( $id )$id mixed Id of the model to be deleted. throws yii\web\ServerErrorHttpException on failure.

debug\panels\AssetPanel getSummary()

getSummary() public method public string getSummary ( )return string Content that is displayed at debug toolbar

swiftmailer\Mailer $enableSwiftMailerLogging

$enableSwiftMailerLogging public property Whether to enable writing of the SwiftMailer internal logs using Yii log mechanism. If enabled yii\swiftmailer\Logger plugin will be attached to the $transport for this purpose. See also yii\swiftmailer\Logger. public boolean $enableSwiftMailerLogging = false

debug\Panel load()

load() public method Loads data into the panel public void load ( $data )$data mixed

validators\BooleanValidator clientValidateAttribute()

clientValidateAttribute() public method Returns the JavaScript needed for performing client-side validation. You may override this method to return the JavaScript validation code if the validator can support client-side validation. The following JavaScript variables are predefined and can be used in the validation code: attribute: an object describing the the attribute being validated. value: the value being validated. messages: an array used to hold the validation error messages for the

console\controllers\AssetController actionTemplate()

actionTemplate() public method Creates template of configuration file for actionCompress(). public integer actionTemplate ( $configFile )$configFile string Output file name. return integer CLI exit code throws yii\console\Exception on failure.

rest\Serializer serializeModelErrors()

serializeModelErrors() protected method Serializes the validation errors in a model. protected array serializeModelErrors ( $model )$model yii\base\Model return array The array representation of the errors

debug\components\search\matchers\Base hasValue()

hasValue() public method Checks if base value is set public boolean hasValue ( )return boolean If base value is set

bootstrap\Nav init()

init() public method Initializes the widget. public void init ( )

captcha\CaptchaValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )