db\Connection $schema

$schema public read-only property The schema information for the database opened by this connection. public yii\db\Schema getSchema ( )

authclient\Weibo $apiBaseUrl

$apiBaseUrl public property API base URL. API base URL. public string $apiBaseUrl = 'https://api.weibo.com'

behaviors\TimestampBehavior $value

$value public property The value that will be assigned to the current attributes. This can be an anonymous function, callable in array format (e.g. [$this, 'methodName']), an \yii\behaviors\Expression object representing a DB expression (e.g. new Expression('NOW()')), scalar, string or an arbitrary value. If the former, the return value of the function will be assigned to the attributes. The signature of the function should be as follows, function ($event) { // return value will be assi

widgets\MaskedInput hashPluginOptions()

hashPluginOptions() protected method Generates a hashed variable to store the plugin clientOptions. Helps in reusing the variable for similar options passed for other widgets on the same page. The following special data attribute will also be added to the input field to allow accessing the client options via javascript: 'data-plugin-inputmask' will store the hashed variable storing the plugin options. protected void hashPluginOptions ( $view )$view yii\web\View The view instance

gii\generators\controller\Generator $controllerClass

$controllerClass public property The controller class name public string $controllerClass = null

elasticsearch\ActiveQuery EVENT_INIT

EVENT_INIT event of type \yii\elasticsearch\Event An event that is triggered when the query is initialized via init().

grid\Column renderHeaderCell()

renderHeaderCell() public method Renders the header cell. public void renderHeaderCell ( )

mongodb\gii\model\Generator $baseClass

$baseClass public property public $baseClass = 'yii\mongodb\ActiveRecord'

db\cubrid\Schema findTableNames()

findTableNames() protected method Returns all table names in the database. protected array findTableNames ( $schema = '' )$schema string The schema of the tables. Defaults to empty string, meaning the current or default schema. return array All table names in the database. The names have NO schema name prefix.

web\ErrorHandler $callStackItemView

$callStackItemView public property The path of the view file for rendering exceptions and errors call stack element. public string $callStackItemView = '@yii/views/errorHandler/callStackItem.php'