swiftmailer\Logger dump()

dump() public method public void dump ( )

db\ActiveRelationTrait $primaryModel

$primaryModel public property The primary model of a relational query. This is used only in lazy loading with dynamic query options. public yii\db\ActiveRecord $primaryModel = null

filters\AccessRule $matchCallback

$matchCallback public property A callback that will be called to determine if the rule should be applied. The signature of the callback should be as follows: function ($rule, $action) where $rule is this rule, and $action is the current action object. The callback should return a boolean value indicating whether this rule should be applied. public callable $matchCallback = null

web\XmlResponseFormatter $version

$version public property The XML version public string $version = '1.0'

Autoloading

Using the Yii Autoloader Class Map Using Other Autoloaders Autoloading Extension Classes Yii relies on the class autoloading mechanism to locate and include all required class files. It provides a high-performance class autoloader that is compliant with the PSR-4 standard. The autoloader is installed when you include the Yii.php file. Note: For simplicity of description, in this section we will only talk about autoloading of classes. However, keep in mind that the content we are describing he

db\Query create()

create() public static method Creates a new Query object and copies its property values from an existing one. The properties being copies are the ones to be used by query builders. public static yii\db\Query create ( $from )$from yii\db\Query The source query object return yii\db\Query The new Query object

validators\Validator $on

$on public property Scenarios that the validator can be applied to. For multiple scenarios, please specify them as an array; for single scenario, you may use either a string or an array. public array|string $on = []

debug\panels\LogPanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved

authclient\BaseOAuth $apiBaseUrl

$apiBaseUrl public property API base URL. public string $apiBaseUrl = null

authclient\widgets\AuthChoice run()

run() public method Runs the widget. public void run ( )