captcha\CaptchaAction $height

$height public property The height of the generated CAPTCHA image. Defaults to 50. public integer $height = 50

console\controllers\FixtureController $defaultAction

$defaultAction public property Controller default action ID. public string $defaultAction = 'load'

jui\Widget registerClientOptions()

registerClientOptions() protected method Registers a specific jQuery UI widget options protected void registerClientOptions ( $name, $id )$name string The name of the jQuery UI widget $id string The ID of the widget

web\UrlRule substitutePlaceholderNames()

substitutePlaceholderNames() protected method (available since version 2.0.7) Iterates over $placeholders and checks whether each placeholder exists as a key in $matches array. When found - replaces this placeholder key with a appropriate name of matching parameter. Used in parseRequest(), createUrl(). See also $placeholders. protected array substitutePlaceholderNames ( array $matches )$matches array Result of preg_match() call return array Input array with replaced placeholder keys

helpers\BaseFormatConverter $juiFallbackDatePatterns

$juiFallbackDatePatterns public static property The jQuery UI fallback definition to use for the ICU short patterns short, medium, long and full. This is used as fallback when the intl extension is not installed. public static array $juiFallbackDatePatterns = ['short' => ['date' => 'd/m/y', 'time' => '', 'datetime' => 'd/m/y'], 'medium' => ['date' => 'M d, yy', 'time' => '', 'datetime' => 'M d, yy'], 'long' => ['date' => 'MM d, yy', 'time' => '', 'datetime'

web\UrlRule $host

$host public property The pattern used to parse and create the host info part of a URL (e.g. http://example.com). See also $pattern. public string $host = null

codeception\BasePage $actor

$actor protected property The testing guy object protected \Codeception\Actor $actor = null

jui\Menu $clientOptions

$clientOptions public property The options for the underlying jQuery UI widget. Please refer to the corresponding jQuery UI widget Web page for possible options. For example, this page shows how to use the "Accordion" widget and the supported options (e.g. "header"). public array $clientOptions = []

jui\DatePickerLanguageAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/jquery-ui'

rbac\Role $type

$type public property The type of the item. This should be either TYPE_ROLE or TYPE_PERMISSION. The type of the item. This should be either TYPE_ROLE or TYPE_PERMISSION. public integer $type = self::TYPE_ROLE