swiftmailer\Message setReturnPath()

setReturnPath() public method (available since version 2.0.6) Set the return-path (the bounce address) of this message. public $this setReturnPath ( $address )$address string The bounce email address. return $this Self reference.

rbac\BaseManager $defaultRoles

$defaultRoles public property A list of role names that are assigned to every user automatically without calling assign(). public array $defaultRoles = []

caching\ApcCache deleteValue()

deleteValue() protected method Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class. protected boolean deleteValue ( $key )$key string The key of the value to be deleted return boolean If no error happens during deletion

elasticsearch\ActiveRecord populateRecord()

populateRecord() public static method Populates an active record object using a row of data from the database/storage. This is an internal method meant to be called to create active record objects after fetching data from the database. It is mainly used by yii\elasticsearch\ActiveQuery to populate the query results into active records. When calling this method manually you should call afterFind() on the created record to trigger the afterFind Event. public static void populateRecord ( $re

mongodb\Database dropCollection()

dropCollection() public method (available since version 2.1) Drops specified collection. public boolean dropCollection ( $name )$name string Name of the collection return boolean Whether operation was successful.

rbac\ManagerInterface getAssignments()

getAssignments() public abstract method Returns all role assignment information for the specified user. public abstract yii\rbac\Assignment[] getAssignments ( $userId )$userId string|integer The user ID (see yii\web\User::$id) return yii\rbac\Assignment[] The assignments indexed by role names. An empty array will be returned if there is no role assigned to the user.

db\ActiveRecord populateRecord()

populateRecord() public static method Populates an active record object using a row of data from the database/storage. This is an internal method meant to be called to create active record objects after fetching data from the database. It is mainly used by yii\db\ActiveQuery to populate the query results into active records. When calling this method manually you should call afterFind() on the created record to trigger the afterFind Event. public static void populateRecord ( $record, $row

caching\MemCache $persistentId

$persistentId public property An ID that identifies a Memcached instance. This property is used only when $useMemcached is true. By default the Memcached instances are destroyed at the end of the request. To create an instance that persists between requests, you may specify a unique ID for the instance. All instances created with the same ID will share the same connection. See also http://ca2.php.net/manual/en/memcached.construct.php. public string $persistentId = null

grid\ActionColumn $controller

$controller public property The ID of the controller that should handle the actions specified here. If not set, it will use the currently active controller. This property is mainly used by $urlCreator to create URLs for different actions. The value of this property will be prefixed to each action name to form the route of the action. public string $controller = null

debug\components\search\matchers\MatcherInterface hasValue()

hasValue() public abstract method Checks if base value is set public abstract boolean hasValue ( )return boolean If base value is set