widgets\ActiveField getClientOptions()

getClientOptions() protected method Returns the JS options for the field. protected array getClientOptions ( )return array The JS options.

swiftmailer\Logger add()

add() public method public void add ( $entry )$entry

console\Markdown $escapeCharacters

$escapeCharacters protected property These are "escapeable" characters. When using one of these prefixed with a backslash, the character will be outputted without the backslash and is not interpreted as markdown. protected array $escapeCharacters = ['\\', '`', '*', '_', '~']

web\View head()

head() public method Marks the position of an HTML head section. public void head ( )

web\AssetManager publishDirectory()

publishDirectory() protected method Publishes a directory. protected array publishDirectory ( $src, $options )$src string The asset directory to be published $options array The options to be applied when publishing a directory. The following options are supported: only: array, list of patterns that the file paths should match if they want to be copied. except: array, list of patterns that the files or directories should match if they want to be excluded from being copied. caseSensitive

db\Schema getQueryBuilder()

getQueryBuilder() public method public yii\db\QueryBuilder getQueryBuilder ( )return yii\db\QueryBuilder The query builder for this connection.

sphinx\ActiveQuery one()

one() public method Executes query and returns a single row of result. public yii\sphinx\ActiveRecord|array|null one ( $db = null )$db yii\sphinx\Connection The DB connection used to create the DB command. If null, the DB connection returned by $modelClass will be used. return yii\sphinx\ActiveRecord|array|null A single row of query result. Depending on the setting of asArray(), the query result may be either an array or an ActiveRecord object. Null will be returned if the query resu

debug\panels\ConfigPanel getExtensions()

getExtensions() public method Returns data about extensions public array getExtensions ( )

twig\ViewRenderer $uses

$uses public property Namespaces and classes to import. Example: [ 'yii\bootstrap', 'app\assets', \yii\bootstrap\NavBar::className(), ] public array $uses = []

sphinx\Command $db

$db public property The Sphinx connection that this command is associated with. public yii\sphinx\Connection $db = null