mail\MessageInterface getReplyTo()

getReplyTo() public abstract method Returns the reply-to address of this message. public abstract string getReplyTo ( )return string The reply-to address of this message.

db\BaseActiveRecord EVENT_AFTER_DELETE

EVENT_AFTER_DELETE event of type yii\base\Event An event that is triggered after a record is deleted.

data\Pagination getLimit()

getLimit() public method public integer getLimit ( )return integer The limit of the data. This may be used to set the LIMIT value for a SQL statement for fetching the current page of data. Note that if the page size is infinite, a value -1 will be returned.

rbac\PhpManager $items

$items protected property protected yii\rbac\Item[] $items = []

caching\XCache flushValues()

flushValues() protected method Deletes all values from cache. This is the implementation of the method declared in the parent class. protected boolean flushValues ( )return boolean Whether the flush operation was successful.

web\Session $hasSessionId

$hasSessionId public property Whether the current request has sent the session ID. public boolean getHasSessionId ( )public void setHasSessionId ( $value )

elasticsearch\Connection $defaultProtocol

$defaultProtocol public property (available since version 2.0.5) Default protocol to connect to nodes public string $defaultProtocol = 'http'

bootstrap\Button $label

$label public property The button label public string $label = 'Button'

console\controllers\HelpController getDefaultHelp()

getDefaultHelp() protected method Displays all available commands. protected void getDefaultHelp ( )

db\Schema refresh()

refresh() public method Refreshes the schema. This method cleans up all cached table schemas so that they can be re-created later to reflect the database schema change. public void refresh ( )