validators\CompareValidator validateAttribute()

validateAttribute() public method Validates a single attribute. Child classes must implement this method to provide the actual validation logic. public void validateAttribute ( $model, $attribute )$model yii\base\Model The data model to be validated $attribute string The name of the attribute to be validated.

base\Security $kdfHash

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

bootstrap\ActiveField $horizontalRadioTemplate

$horizontalRadioTemplate public property The template for radio buttons in horizontal layout public string $horizontalRadioTemplate = "{beginWrapper}\n<div class=\"radio\">\n{beginLabel}\n{input}\n{labelTitle}\n{endLabel}\n</div>\n{error}\n{endWrapper}\n{hint}"

web\View $css

$css public property The registered CSS code blocks. See also registerCss(). public array $css = null

mongodb\Database getCollection()

getCollection() public method Returns the Mongo collection with the given name. public yii\mongodb\Collection getCollection ( $name, $refresh = false )$name string Collection name $refresh boolean Whether to reload the collection instance even if it is found in the cache. return yii\mongodb\Collection Mongo collection instance.

sphinx\Query addFacets()

addFacets() public method Adds additional FACET part of the query. public $this addFacets ( $facets )$facets array Facet specifications. return $this The query object itself

web\AssetConverter $commands

$commands public property The commands that are used to perform the asset conversion. The keys are the asset file extension names, and the values are the corresponding target script types (either "css" or "js") and the commands used for the conversion. You may also use a path alias to specify the location of the command: [ 'styl' => ['css', '@app/node_modules/bin/stylus < {from} > {to}'], ] public array $commands = ['less' => ['css', 'lessc {from} {to} --no-color --source-

authclient\OAuth1 sendSignedRequest()

sendSignedRequest() protected method Sends HTTP request, signed by $signatureMethod. protected array sendSignedRequest ( $method, $url, array $params = [], array $headers = [] )$method string Request type. $url string Request URL. $params array Request params. $headers array Additional request headers. return array Response.

validators\ValidationAsset $depends

$depends public property public $depends = ['yii\web\YiiAsset']

mail\MessageInterface embed()

embed() public abstract method Attach a file and return it's CID source. This method should be used when embedding images or other data in a message. public abstract string embed ( $fileName, array $options = [] )$fileName string File name. $options array Options for embed file. Valid options are: fileName: name, which should be used to attach file. contentType: attached file MIME type. return string Attachment CID.