caching\ApcCache getValues()

getValues() protected method Retrieves multiple values from cache with the specified keys. protected array getValues ( $keys )$keys array A list of keys identifying the cached values return array A list of cached values indexed by the keys

mongodb\file\Collection drop()

drop() public method Drops this collection. public boolean drop ( )return boolean Whether the operation successful. throws yii\mongodb\Exception on failure.

web\DbSession gcSession()

gcSession() public method Session GC (garbage collection) handler. Do not call this method directly. public boolean gcSession ( $maxLifetime )$maxLifetime integer The number of seconds after which data will be seen as 'garbage' and cleaned up. return boolean Whether session is GCed successfully

swiftmailer\Message setTextBody()

setTextBody() public method Sets message plain text content. public $this setTextBody ( $text )$text string Message plain text content. return $this Self reference.

db\Schema convertException()

convertException() public method Converts a DB exception to a more concrete one if possible. public yii\db\Exception convertException ( Exception $e, $rawSql )$e Exception $rawSql string SQL that produced exception

base\Object hasMethod()

hasMethod() public method Returns a value indicating whether a method is defined. The default implementation is a call to php function method_exists(). You may override this method when you implemented the php magic method __call(). public boolean hasMethod ( $name )$name string The method name return boolean Whether the method is defined

filters\PageCache restoreResponse()

restoreResponse() protected method (available since version 2.0.3) Restores response properties from the given data protected void restoreResponse ( $response, $data )$response yii\web\Response The response to be restored $data array The response property data

base\Application $requestedRoute

$requestedRoute public property The requested route public string $requestedRoute = null

validators\DateValidator $maxString

$maxString public property (available since version 2.0.4) User friendly value of upper limit to display in the error message. If this property is null, the value of $max will be used (before parsing). public string $maxString = null

rbac\DbManager removeChild()

removeChild() public method Removes a child from its parent. Note, the child item is not deleted. Only the parent-child relationship is removed. public boolean removeChild ( $parent, $child )$parent yii\rbac\Item $child yii\rbac\Item return boolean Whether the removal is successful