gii\generators\module\Generator requiredTemplates()

requiredTemplates() public method Returns a list of code template files that are required. Derived classes usually should override this method if they require the existence of certain template files. public array requiredTemplates ( )return array List of code template files that are required. They should be file paths relative to $templatePath.

mongodb\i18n\MongoDbMessageSource loadMessagesFromDb()

loadMessagesFromDb() protected method Loads the messages from MongoDB. You may override this method to customize the message storage in the MongoDB. protected array loadMessagesFromDb ( $category, $language )$category string The message category. $language string The target language. return array The messages loaded from database.

web\Session getFlash()

getFlash() public method Returns a flash message. See also: setFlash() addFlash() hasFlash() getAllFlashes() removeFlash() public mixed getFlash ( $key, $defaultValue = null, $delete = false )$key string The key identifying the flash message $defaultValue mixed Value to be returned if the flash message does not exist. $delete boolean Whether to delete this flash message right after this method is called. If false, the flash message will be automatically deleted in the next request.

db\oci\ColumnSchemaBuilder __toString()

__toString() public method Builds the full string for the column's schema public string __toString ( )

web\CookieCollection get()

get() public method Returns the cookie with the specified name. See also getValue(). public yii\web\Cookie get ( $name )$name string The cookie name return yii\web\Cookie The cookie with the specified name. Null if the named cookie does not exist.

grid\ActionColumn $headerOptions

$headerOptions public property The HTML attributes for the header cell tag. The HTML attributes for the header cell tag. public array $headerOptions = ['class' => 'action-column']

authclient\Collection hasClient()

hasClient() public method Checks if client exists in the hub. public boolean hasClient ( $id )$id string Client id. return boolean Whether client exist.

sphinx\Query setConnection()

setConnection() public method public $this setConnection ( $connection )$connection yii\sphinx\Connection Sphinx connection instance return $this The query object itself

mongodb\rbac\MongoDbManager removeAllItems()

removeAllItems() protected method Removes all auth items of the specified type. protected void removeAllItems ( $type )$type integer The auth item type (either Item::TYPE_PERMISSION or Item::TYPE_ROLE)

widgets\BaseListView $pager

$pager public property The configuration for the pager widget. By default, yii\widgets\LinkPager will be used to render the pager. You can use a different widget class by configuring the "class" element. Note that the widget must support the pagination property which will be populated with the pagination value of the $dataProvider. public array $pager = []