gii\CodeFile $type

$type public read-only property The code file extension (e.g. php, txt) public string getType ( )

mongodb\rbac\MongoDbManager invalidateCache()

invalidateCache() public method Invalidates RBAC related cache public void invalidateCache ( )

Active Record

Declaring Active Record Classes Connecting to Databases Querying Data Accessing Data Saving Data Deleting Data Active Record Life Cycles Working with Transactions Optimistic Locks Working with Relational Data Saving Relations Cross-Database Relations Customizing Query Classes Selecting extra fields Active Record provides an object-oriented interface for accessing and manipulating data stored in databases. An Active Record class is associated with a database table, an Active Record instance cor

widgets\DetailView run()

run() public method Renders the detail view. This is the main entry of the whole detail view rendering. public void run ( )

web\YiiAsset $js

$js public property public $js = ['yii.js']

gii\Module beforeAction()

beforeAction() public method This method is invoked right before an action within this module is executed. The method will trigger the EVENT_BEFORE_ACTION event. The return value of the method will determine whether the action should continue to run. In case the action should not run, the request should be handled inside of the beforeAction code by either providing the necessary output or redirecting the request. Otherwise the response will be empty. If you override this method, your code s

bootstrap\ActiveForm field()

field() public method Generates a form field. A form field is associated with a model and an attribute. It contains a label, an input and an error message and use them to interact with end users to collect their inputs for the attribute. public yii\bootstrap\ActiveField field ( $model, $attribute, $options = [] )$model yii\base\Model The data model. $attribute string The attribute name or expression. See yii\bootstrap\Html::getAttributeName() for the format about attribute expression.

web\HeaderCollection remove()

remove() public method Removes a header. public array remove ( $name )$name string The name of the header to be removed. return array The value of the removed header. Null is returned if the header does not exist.

web\Request $userHost

$userHost public read-only property User host name, null if not available public string|null getUserHost ( )

widgets\ActiveFormAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/assets'