rbac\PhpManager $ruleFile

$ruleFile public property The path of the PHP script that contains the authorization rules. This can be either a file path or a path alias to the file. Make sure this file is writable by the Web server process if the authorization needs to be changed online. See also: loadFromFile() saveToFile() public string $ruleFile = '@app/rbac/rules.php'

web\HttpException __construct()

__construct() public method Constructor. public void __construct ( $status, $message = null, $code = 0, Exception $previous = null )$status integer HTTP status code, such as 404, 500, etc. $message string Error message $code integer Error code $previous Exception The previous exception used for the exception chaining.

codeception\BasePage $actor

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

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

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'

db\BatchQueryResult __destruct()

__destruct() public method Destructor. public void __destruct ( )

web\Request getPreferredLanguage()

getPreferredLanguage() public method Returns the user-preferred language that should be used by this application. The language resolution is based on the user preferred languages and the languages supported by the application. The method will try to find the best match. public string getPreferredLanguage ( array $languages = [] )$languages array A list of the languages supported by the application. If this is empty, the current application language will be returned without further proces

validators\EmailValidator $allowName

$allowName public property Whether to allow name in the email address (e.g. "John Smith john.smith@example.com"). Defaults to false. See also $fullPattern. public boolean $allowName = false

helpers\BaseHtml img()

img() public static method Generates an image tag. public static string img ( $src, $options = [] )$src array|string The image URL. This parameter will be processed by yii\helpers\Url::to(). $options array The tag options in terms of name-value pairs. These will be rendered as the attributes of the resulting tag. The values will be HTML-encoded using encode(). If a value is null, the corresponding attribute will not be rendered. See renderTagAttributes() for details on how attributes

console\Application $enableCoreCommands

$enableCoreCommands public property Whether to enable the commands provided by the core framework. Defaults to true. public boolean $enableCoreCommands = true