behaviors\AttributeTypecastBehavior detectAttributeTypes()

detectAttributeTypes() protected method Composes default value for $attributeTypes from the owner validation rules. protected array detectAttributeTypes ( )return array Attribute type map.

filters\ContentNegotiator $request

$request public property The current request. If not set, the request application component will be used. public yii\web\Request $request = null

bootstrap\Modal renderFooter()

renderFooter() protected method Renders the HTML markup for the footer of the modal protected string renderFooter ( )return string The rendering result

log\Logger init()

init() public method Initializes the logger by registering flush() as a shutdown function. public void init ( )

base\Request $scriptFile

$scriptFile public property Entry script file path (processed w/ realpath()) public string getScriptFile ( )public void setScriptFile ( $value )

caching\FileCache init()

init() public method Initializes this component by ensuring the existence of the cache path. public void init ( )

Applications

Application Configurations Application Properties Application Events Application Lifecycle Applications are objects that govern the overall structure and lifecycle of Yii application systems. Each Yii application system contains a single application object which is created in the entry script and is globally accessible through the expression \Yii::$app. Info: Depending on the context, when we say "an application", it can mean either an application object or an application system. There are t

base\Behavior events()

events() public method Declares event handlers for the $owner's events. Child classes may override this method to declare what PHP callbacks should be attached to the events of the $owner component. The callbacks will be attached to the $owner's events when the behavior is attached to the owner; and they will be detached from the events when the behavior is detached from the component. The callbacks can be any of the following: method in this behavior: 'handleClick', equivalent to [$this, '

sphinx\Schema getIndexNames()

getIndexNames() public method Returns all index names in the Sphinx. public string[] getIndexNames ( $refresh = false )$refresh boolean Whether to fetch the latest available index names. If this is false, index names fetched previously (if available) will be returned. return string[] All index names in the Sphinx.

mongodb\Collection $database

$database public property MongoDB database instance. public yii\mongodb\Database $database = null