mail\BaseMailer EVENT_AFTER_SEND

EVENT_AFTER_SEND event of type yii\mail\MailEvent An event raised right after send.

db\Query orHaving()

orHaving() public method Adds an additional HAVING condition to the existing one. The new condition and the existing one will be joined using the 'OR' operator. See also: having() andHaving() public $this orHaving ( $condition, $params = [] )$condition string|array|yii\db\Expression The new HAVING condition. Please refer to where() on how to specify this parameter. $params array The parameters (name => value) to be bound to the query. return $this The query object itself

captcha\CaptchaAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/assets'

rest\UrlRule $only

$only public property List of acceptable actions. If not empty, only the actions within this array will have the corresponding URL rules created. See also $patterns. public array $only = []

test\Fixture beforeUnload()

beforeUnload() public method This method is called BEFORE any fixture data is unloaded for the current test. public void beforeUnload ( )

authclient\BaseOAuth defaultCurlOptions()

defaultCurlOptions() protected method Returns default cURL options. protected array defaultCurlOptions ( )return array CURL options.

web\User $idParam

$idParam public property The session variable name used to store the value of $id. public string $idParam = '__id'

data\ArrayDataProvider sortModels()

sortModels() protected method Sorts the data models according to the given sort definition protected array sortModels ( $models, $sort )$models array The models to be sorted $sort yii\data\Sort The sort definition return array The sorted data models

data\BaseDataProvider prepareModels()

prepareModels() protected abstract method Prepares the data models that will be made available in the current page. protected abstract array prepareModels ( )return array The available data models

debug\models\search\Debug $ajax

$ajax public property Ajax attribute input search value public integer $ajax = null