faker\FixtureController actionGenerateAll()

actionGenerateAll() public method Generates all fixtures template path that can be found. public void actionGenerateAll ( )

debug\models\search\Debug $ip

$ip public property Ip attribute input search value public string $ip = null

db\sqlite\QueryBuilder addPrimaryKey()

addPrimaryKey() public method Builds a SQL statement for adding a primary key constraint to an existing table. public string addPrimaryKey ( $name, $table, $columns )$name string The name of the primary key constraint. $table string The table that the primary key constraint will be added to. $columns string|array Comma separated string or array of columns that the primary key will consist of. return string The SQL statement for adding a primary key constraint to an existing table

bootstrap\ButtonGroup run()

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

validators\Validator $except

$except public property Scenarios that the validator should not 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 $except = []

widgets\ActiveField adjustLabelFor()

adjustLabelFor() protected method Adjusts the for attribute for the label based on the input options. protected void adjustLabelFor ( $options )$options array The input options.

base\Module $modules

$modules public property The modules (indexed by their IDs). public array getModules ( $loadedOnly = false )public void setModules ( $modules )

captcha\CaptchaAction $imageLibrary

$imageLibrary public property (available since version 2.0.7) The rendering library to use. Currently supported only 'gd' and 'imagick'. If not set, library will be determined automatically. public string $imageLibrary = null

authclient\OpenId extractHtmlTagValue()

extractHtmlTagValue() protected method Scans content for / tags and extract information from them. protected string|boolean extractHtmlTagValue ( $content, $tag, $matchAttributeName, $matchAttributeValue, $valueAttributeName )$content string HTML content to be be parsed. $tag string Name of the source tag. $matchAttributeName string Name of the source tag attribute, which should contain $matchAttributeValue $matchAttributeValue string Required value of $matchAttributeName $valueAt

debug\models\search\Db $type

$type public property Type of the input search value public string $type = null