base\Event $sender

$sender public property The sender of this event. If not set, this property will be set as the object whose trigger() method is called. This property may also be a null when this event is a class-level event which is triggered in a static context. public object $sender = null

mongodb\QueryBuilder buildRegexCondition()

buildRegexCondition() public method Creates a Mongo regular expression condition. public array buildRegexCondition ( $operator, $operands )$operator string The operator to use $operands array The first operand is the column name. The second operand is a single value that column value should be compared with. return array The generated Mongo condition. throws yii\base\InvalidParamException if wrong number of operands have been given.

sphinx\QueryBuilder getMatchBuilder()

getMatchBuilder() public method (available since version 2.0.6) public yii\sphinx\MatchBuilder getMatchBuilder ( )return yii\sphinx\MatchBuilder Match builder.

console\controllers\ServeController options()

options() public method Returns the names of valid options for the action (id) An option requires the existence of a public member variable whose name is the option name. Child classes may override this method to specify possible options. Note that the values setting via options are not available until beforeAction() is being called. public array options ( $actionID )$actionID string The action id of the current request return array The names of the options valid for the action

web\UrlManager $hostInfo

$hostInfo public property The host info (e.g. "http://www.example.com") that is used by createAbsoluteUrl() to prepend to created URLs. public string getHostInfo ( )public void setHostInfo ( $value )

base\Security encryptByPassword()

encryptByPassword() public method Encrypts data using a password. Derives keys for encryption and authentication from the password using PBKDF2 and a random salt, which is deliberately slow to protect against dictionary attacks. Use encryptByKey() to encrypt fast using a cryptographic key rather than a password. Key derivation time is determined by $derivationIterations, which should be set as high as possible. The encrypted data includes a keyed message authentication code (MAC) so there i

validators\EachValidator $allowMessageFromRule

$allowMessageFromRule public property Whether to use error message composed by validator declared via $rule if its validation fails. If enabled, error message specified for this validator itself will appear only if attribute value is not an array. If disabled, own error message value will be used always. public boolean $allowMessageFromRule = true

authclient\signature\RsaSha1 $privateCertificate

$privateCertificate public property Private key certificate content. public string getPrivateCertificate ( )public void setPrivateCertificate ( $privateCertificate )

elasticsearch\Connection __sleep()

__sleep() public method Closes the connection when this component is being serialized. public array __sleep ( )

mongodb\Command execute()

execute() public method Executes this command. public \MongoDB\Driver\Cursor execute ( )return \MongoDB\Driver\Cursor Result cursor. throws yii\mongodb\Exception on failure.