i18n\PhpMessageSource loadFallbackMessages()

loadFallbackMessages() protected method (available since version 2.0.7) The method is normally called by loadMessages() to load the fallback messages for the language. Method tries to load the $category messages for the $fallbackLanguage and adds them to the $messages array. protected array loadFallbackMessages ( $category, $fallbackLanguage, $messages, $originalMessageFile )$category string The message category $fallbackLanguage string The target fallback language $messages array Th

sphinx\ActiveFixture getIndexSchema()

getIndexSchema() public method public yii\sphinx\IndexSchema getIndexSchema ( )return yii\sphinx\IndexSchema The schema information of the database table associated with this fixture. throws yii\base\InvalidConfigException if the index does not exist or not a runtime type

base\ErrorHandler handleError()

handleError() public method Handles PHP execution errors such as warnings and notices. This method is used as a PHP error handler. It will simply raise an yii\base\ErrorException. public boolean handleError ( $code, $message, $file, $line )$code integer The level of the error raised. $message string The error message. $file string The filename that the error was raised in. $line integer The line number the error was raised at. return boolean Whether the normal error handler conti

base\Model getActiveValidators()

getActiveValidators() public method Returns the validators applicable to the current $scenario. public yii\validators\Validator[] getActiveValidators ( $attribute = null )$attribute string The name of the attribute whose applicable validators should be returned. If this is null, the validators for ALL attributes in the model will be returned. return yii\validators\Validator[] The validators applicable to the current $scenario.

caching\ArrayCache getValue()

getValue() protected method Retrieves a value from cache with a specified key. This method should be implemented by child classes to retrieve the data from specific cache storage. protected mixed|false getValue ( $key )$key string A unique key identifying the cached value return mixed|false The value stored in cache, false if the value is not in the cache or expired. Most often value is a string. If you have disabled $serializer, it could be something else.

validators\UrlValidator $pattern

$pattern public property The regular expression used to validate the attribute value. The pattern may contain a {schemes} token that will be replaced by a regular expression which represents the $validSchemes. public string $pattern = '/^{schemes}:\/\/(([A-Z0-9][A-Z0-9_-]*)(\.[A-Z0-9][A-Z0-9_-]*)+)(?::\d{1,5})?(?:$|[?\/#])/i'

debug\panels\AssetPanel getDetail()

getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view

swiftmailer\Message getTo()

getTo() public method Returns the message recipient(s). public array getTo ( )return array The message recipients

base\Controller getModules()

getModules() public method Returns all ancestor modules of this controller. The first module in the array is the outermost one (i.e., the application instance), while the last is the innermost one. public yii\base\Module[] getModules ( )return yii\base\Module[] All ancestor modules that this controller is located within.

jui\Selectable renderItems()

renderItems() public method Renders selectable items as specified on $items. public string renderItems ( )return string The rendering result. throws \yii\jui\InvalidConfigException.