jui\Menu init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

data\Pagination $limit

$limit public read-only property 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. public integer getLimit ( )

swiftmailer\Message $htmlBody

$htmlBody public write-only property Message HTML content. public $this setHtmlBody ( $html )

debug\Module setDebugHeaders()

setDebugHeaders() public method (available since version 2.0.7) Setting headers to transfer debug data in AJAX requests without interfering with the request itself. public void setDebugHeaders ( $event )$event yii\base\Event

db\ActiveQuery $on

$on public property The join condition to be used when this query is used in a relational context. The condition will be used in the ON part when yii\db\ActiveQuery::joinWith() is called. Otherwise, the condition will be used in the WHERE part of a query. Please refer to yii\db\Query::where() on how to specify this parameter. See also onCondition(). public string|array $on = null

gii\generators\extension\Generator $vendorName

$vendorName public property public $vendorName = null

mongodb\file\Download $chunkCursor

$chunkCursor public read-only property Chuck list cursor. public \MongoDB\Driver\Cursor getChunkCursor ( $refresh = false )

db\ActiveQuery innerJoinWith()

innerJoinWith() public method Inner joins with the specified relations. This is a shortcut method to joinWith() with the join type set as "INNER JOIN". Please refer to joinWith() for detailed usage of this method. See also joinWith(). public $this innerJoinWith ( $with, $eagerLoading = true )$with string|array The relations to be joined with. $eagerLoading boolean|array Whether to eager loading the relations. return $this The query object itself

web\Request $isPatch

$isPatch public read-only property Whether this is a PATCH request. public boolean getIsPatch ( )

gii\generators\extension\Generator $outputPath

$outputPath public read-only property public boolean getOutputPath ( )