swiftmailer\Mailer setTransport()

setTransport() public method public void setTransport ( $transport )$transport array|\Swift_Transport throws yii\base\InvalidConfigException on invalid argument.

caching\FileCache $dirMode

$dirMode public property The permission to be set for newly created directories. This value will be used by PHP chmod() function. No umask will be applied. Defaults to 0775, meaning the directory is read-writable by owner and group, but read-only for other users. public integer $dirMode = 509

mongodb\file\Collection insertUploads()

insertUploads() public method Creates new file in GridFS collection from uploaded file. Additional attributes can be added file document using $metadata. public mixed insertUploads ( $name, $metadata = [], $options = [] )$name string Name of the uploaded file to store. This should correspond to the file field's name attribute in the HTML form. $metadata array Other metadata fields to include in the file document. $options array List of options in format: optionName => optionValue

authclient\OpenId validateRequiredAttributes()

validateRequiredAttributes() protected method Checks if all required attributes are present in the server response. protected boolean validateRequiredAttributes ( )return boolean Whether all required attributes are present.

base\Application getTimeZone()

getTimeZone() public method Returns the time zone used by this application. This is a simple wrapper of PHP function date_default_timezone_get(). If time zone is not configured in php.ini or application config, it will be set to UTC by default. See also http://php.net/manual/en/function.date-default-timezone-get.php. public string getTimeZone ( )return string The time zone used by this application.

mongodb\rbac\MongoDbManager getAssignment()

getAssignment() public method Returns the assignment information regarding a role and a user. public null|yii\rbac\Assignment getAssignment ( $roleName, $userId )$roleName string The role name $userId string|integer The user ID (see yii\web\User::$id) return null|yii\rbac\Assignment The assignment information. Null is returned if the role is not assigned to the user.

db\oci\Schema loadTableSchema()

loadTableSchema() public method Loads the metadata for the specified table. public null|yii\db\TableSchema loadTableSchema ( $name )$name string Table name return null|yii\db\TableSchema DBMS-dependent table metadata, null if the table does not exist.

db\QueryInterface count()

count() public abstract method Returns the number of records. public abstract integer count ( $q = '*', $db = null )$q string The COUNT expression. Defaults to '*'. $db yii\db\Connection The database connection used to execute the query. If this parameter is not given, the db application component will be used. return integer Number of records.

db\cubrid\Schema loadTableSchema()

loadTableSchema() protected method Loads the metadata for the specified table. protected yii\db\TableSchema loadTableSchema ( $name )$name string Table name return yii\db\TableSchema Driver dependent table metadata. Null if the table does not exist.

authclient\signature\BaseMethod verify()

verify() public method Verifies given OAuth request. public boolean verify ( $signature, $baseString, $key )$signature string Signature to be verified. $baseString string Signature base string. $key string Signature key. return boolean Success.