validators\IpValidator $ipv4

$ipv4 public property Whether the validating value can be an IPv4 address. Defaults to true. public boolean $ipv4 = true

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 ( )

db\Schema getQueryBuilder()

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

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

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 = ['\\', '`', '*', '_', '~']

swiftmailer\Logger add()

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

web\Application $response

$response public read-only property The response component. public yii\web\Response getResponse ( )

widgets\ActiveForm getClientOptions()

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