log\Logger $dispatcher

$dispatcher public property The message dispatcher public yii\log\Dispatcher $dispatcher = null

widgets\LinkPager getPageRange()

getPageRange() protected method protected array getPageRange ( )return array The begin and end pages that need to be displayed.

grid\GridView $captionOptions

$captionOptions public property The HTML attributes for the caption element. See also: yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. $caption public array $captionOptions = []

grid\GridView $afterRow

$afterRow public property An anonymous function that is called once AFTER rendering each data model. It should have the similar signature as $rowOptions. The return result of the function will be rendered directly. public Closure $afterRow = null

behaviors\AttributeTypecastBehavior beforeSave()

beforeSave() public method Handles owner 'afterInsert' and 'afterUpdate' events, ensuring attribute typecasting. public void beforeSave ( $event )$event yii\base\Event Event instance.

mongodb\Collection mapReduce()

mapReduce() public method Performs aggregation using MongoDB "map-reduce" mechanism. Note: this function will not return the aggregation result, instead it will write it inside the another Mongo collection specified by "out" parameter. For example: $customerCollection = Yii::$app->mongo->getCollection('customer'); $resultCollectionName = $customerCollection->mapReduce( 'function () {emit(this.status, this.amount)}', 'function (key, values) {return Array.sum(values)}', '

codeception\TestCase destroyApplication()

destroyApplication() protected method Destroys the application instance created by mockApplication(). protected void destroyApplication ( )

filters\HttpCache $cacheControlHeader

$cacheControlHeader public property The value of the Cache-Control HTTP header. If null, the header will not be sent. See also http://tools.ietf.org/html/rfc2616#section-14.9. public string $cacheControlHeader = 'public, max-age=3600'

grid\GridView $showFooter

$showFooter public property Whether to show the footer section of the grid table. public boolean $showFooter = false

gii\generators\module\Generator $name

$name public read-only property Name of the code generator public string getName ( )