web\UploadedFile __toString()

__toString() public method String output. This is PHP magic method that returns string representation of an object. The implementation here returns the uploaded file's name. public string __toString ( )return string The string representation of the object

mongodb\Collection $name

$name public property Name of this collection. public string $name = null

web\Response EVENT_BEFORE_SEND

EVENT_BEFORE_SEND event of type \yii\web\ResponseEvent An event that is triggered at the beginning of send().

elasticsearch\Exception getName()

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

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'

rest\Controller $serializer

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

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

web\View $metaTags

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

web\CookieCollection $iterator

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