web\CookieCollection __construct()

__construct() public method Constructor. public void __construct ( $cookies = [], $config = [] )$cookies array The cookies that this collection initially contains. This should be an array of name-value pairs. $config array Name-value pairs that will be used to initialize the object properties

validators\IpValidator $ipv4

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

debug\panels\ConfigPanel getExtensions()

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

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

db\Schema getQueryBuilder()

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

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

web\View head()

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

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