db\Command cache()

cache() public method Enables query cache for this command. public $this cache ( $duration = null, $dependency = null )$duration integer The number of seconds that query result of this command can remain valid in the cache. If this is not set, the value of yii\db\Connection::$queryCacheDuration will be used instead. Use 0 to indicate that the cached data will never expire. $dependency yii\caching\Dependency The cache dependency associated with the cached query result. return $this Th

gii\generators\module\Generator rules()

rules() public method Returns the validation rules for attributes. Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules. Each rule is an array with the following structure: [ ['attribute1', 'attribute2'], 'validator type', 'on' => ['scenario1', 'scenario2'], //...other parameters... ] where attribute list: required, specifies the attributes array to be validated, for s

debug\models\search\Mail $charset

$charset public property Charset attribute input search value public string $charset = null

web\View endPage()

endPage() public method Marks the ending of an HTML page. public void endPage ( $ajaxMode = false )$ajaxMode boolean Whether the view is rendering in AJAX mode. If true, the JS scripts registered at POS_READY and POS_LOAD positions will be rendered at the end of the view like normal scripts.

bootstrap\Collapse renderItem()

renderItem() public method Renders a single collapsible item group public string renderItem ( $header, $item, $index )$header string A label of the item group $items $item array A single item from $items $index integer The item index as each item group content must have an id return string The rendering result throws yii\base\InvalidConfigException

caching\MemCache $memcache

$memcache public read-only property The memcache (or memcached) object used by this cache component. public \Memcache|\Memcached getMemcache ( )

bootstrap\Dropdown run()

run() public method Renders the widget. public void run ( )

db\DataReader current()

current() public method Returns the current row. This method is required by the interface Iterator. public mixed current ( )return mixed The current row.

base\Theme setBasePath()

setBasePath() public method See also $pathMap. public void setBasePath ( $path )$path string The root path or path alias of this theme. All resources of this theme are located under this directory.

jui\Sortable run()

run() public method Renders the widget. public void run ( )