authclient\BaseOAuth setSignatureMethod()

setSignatureMethod() public method public void setSignatureMethod ( $signatureMethod )$signatureMethod array|yii\authclient\signature\BaseMethod Signature method instance or its array configuration. throws yii\base\InvalidParamException on wrong argument.

web\Response $stream

$stream public property The stream to be sent. This can be a stream handle or an array of stream handle, the begin position and the end position. Note that when this property is set, the $data and $content properties will be ignored by send(). public resource|array $stream = null

base\ModelEvent $isValid

$isValid public property Whether the model is in valid status. Defaults to true. A model is in valid status if it passes validations or certain checks. public boolean $isValid = true

web\Response setDownloadHeaders()

setDownloadHeaders() public method Sets a default set of HTTP headers for file downloading purpose. public $this setDownloadHeaders ( $attachmentName, $mimeType = null, $inline = false, $contentLength = null )$attachmentName string The attachment file name $mimeType string The MIME type for the response. If null, Content-Type header will NOT be set. $inline boolean Whether the browser should open the file within the browser window. Defaults to false, meaning a download dialog will po

authclient\clients\GoogleOpenId defaultNormalizeUserAttributeMap()

defaultNormalizeUserAttributeMap() protected method Returns the default $normalizeUserAttributeMap value. Particular client may override this method in order to provide specific default map. protected array defaultNormalizeUserAttributeMap ( )return array Normalize attribute map.

authclient\BaseOAuth api()

api() public method Performs request to the OAuth API. public array api ( $apiSubUrl, $method = 'GET', array $params = [], array $headers = [] )$apiSubUrl string API sub URL, which will be append to $apiBaseUrl, or absolute API URL. $method string Request method. $params array Request parameters. $headers array Additional request headers. return array API response throws yii\base\Exception on failure.

mongodb\Collection batchInsert()

batchInsert() public method Inserts several new rows into collection. public array batchInsert ( $rows, $options = [] )$rows array Array of arrays or objects to be inserted. $options array List of options in format: optionName => optionValue. return array Inserted data, each row will have "_id" key assigned to it. throws yii\mongodb\Exception on failure.

mongodb\Collection dropIndexes()

dropIndexes() public method Drops collection indexes by name. public integer dropIndexes ( $indexes )$indexes string Wildcard for name of the indexes to be dropped. You can use * to drop all indexes. return integer Count of dropped indexes.

mongodb\i18n\MongoDbMessageSource $enableCaching

$enableCaching public property Whether to enable caching translated messages public boolean $enableCaching = false

mongodb\ActiveFixture getCollectionName()

getCollectionName() protected method Returns collection name used by this fixture. protected array|string getCollectionName ( )return array|string Related collection name