web\CookieCollection $iterator

$iterator public read-only property An iterator for traversing the cookies in the collection. public ArrayIterator getIterator ( )

web\View $metaTags

$metaTags public property The registered meta tags. See also registerMetaTag(). public array $metaTags = null

db\ActiveRecord findByCondition()

findByCondition() protected static method Finds ActiveRecord instance(s) by the given condition. This method is internally called by findOne() and findAll(). protected static yii\db\ActiveQueryInterface findByCondition ( $condition )$condition mixed Please refer to findOne() for the explanation of this parameter return yii\db\ActiveQueryInterface The newly created ActiveQuery instance. throws yii\base\InvalidConfigException if there is no primary key defined

rest\Controller $serializer

$serializer public property The configuration for creating the serializer that formats the response data. public string|array $serializer = 'yii\rest\Serializer'

filters\Cors $response

$response public property The response to be sent. If not set, the response application component will be used. public yii\web\Response $response = null

bootstrap\Button $tagName

$tagName public property The tag to use to render the button public string $tagName = 'button'

elasticsearch\Exception getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

web\Request getUserIP()

getUserIP() public method Returns the user IP address. public string|null getUserIP ( )return string|null User IP address, null if not available

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'

authclient\OAuthToken setParams()

setParams() public method public void setParams ( array $params )$params array