base\Module $basePath

$basePath public property The root directory of the module. public string getBasePath ( )public void setBasePath ( $path )

gii\Generator $enableI18N

$enableI18N public property Whether the strings will be generated using Yii::t() or normal strings. public boolean $enableI18N = false

db\Schema setTransactionIsolationLevel()

setTransactionIsolationLevel() public method Sets the isolation level of the current transaction. See also http://en.wikipedia.org/wiki/Isolation_(database_systems)#Isolation_levels. public void setTransactionIsolationLevel ( $level )$level string The transaction isolation level to use for this transaction. This can be one of yii\db\Transaction::READ_UNCOMMITTED, yii\db\Transaction::READ_COMMITTED, yii\db\Transaction::REPEATABLE_READ and yii\db\Transaction::SERIALIZABLE but also a string

mongodb\debug\MongoDbPanel $summaryName

$summaryName public read-only property Short name of the panel, which will be use in summary. public string getSummaryName ( )

helpers\BaseHtml ol()

ol() public static method Generates an ordered list. public static string ol ( $items, $options = [] )$items array|Traversable The items for generating the list. Each item generates a single list item. Note that items will be automatically HTML encoded if $options['encode'] is not set or true. $options array Options (name => config) for the radio button list. The following options are supported: encode: boolean, whether to HTML-encode the items. Defaults to true. This option is ig

base\ActionEvent $result

$result public property The action result. Event handlers may modify this property to change the action result. public mixed $result = null

swiftmailer\Mailer $swiftMailer

$swiftMailer public read-only property Swift mailer instance or array configuration. public array|\Swift_Mailer getSwiftMailer ( )

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

web\YiiAsset $js

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