widgets\MaskedInputAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/jquery.inputmask/dist'

db\cubrid\ColumnSchemaBuilder __toString()

__toString() public method Builds the full string for the column's schema public string __toString ( )

web\Request resolvePathInfo()

resolvePathInfo() protected method Resolves the path info part of the currently requested URL. A path info refers to the part that is after the entry script and before the question mark (query string). The starting slashes are both removed (ending slashes will be kept). protected string resolvePathInfo ( )return string Part of the request URL that is after the entry script and before the question mark. Note, the returned path info is decoded. throws yii\base\InvalidConfigException if t

console\Markdown renderCode()

renderCode() protected method Renders a code block protected string renderCode ( $block )$block array

db\cubrid\ColumnSchemaBuilder buildUnsignedString()

buildUnsignedString() protected method Builds the unsigned string for column. Defaults to unsupported. protected string buildUnsignedString ( )return string A string containing UNSIGNED keyword.

bootstrap\Modal $headerOptions

$headerOptions public property (available since version 2.0.1) Additional header options See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public string $headerOptions = null

twig\ViewRenderer $cachePath

$cachePath public property The directory or path alias pointing to where Twig cache will be stored. Set to false to disable templates cache. public string $cachePath = '@runtime/Twig/cache'

redis\Cache init()

init() public method Initializes the redis Cache component. This method will initialize the $redis property to make sure it refers to a valid redis connection. public void init ( )throws yii\base\InvalidConfigException if $redis is invalid.

helpers\BaseStringHelper explode()

explode() public static method (available since version 2.0.4) Explodes string into array, optionally trims values and skips empty ones public static array explode ( $string, $delimiter = ',', $trim = true, $skipEmpty = false )$string string String to be exploded. $delimiter string Delimiter. Default is ','. $trim mixed Whether to trim each element. Can be: boolean - to trim normally; string - custom characters to trim. Will be passed as a second argument to trim() function. callable

gii\generators\extension\Generator requiredTemplates()

requiredTemplates() public method Returns a list of code template files that are required. Derived classes usually should override this method if they require the existence of certain template files. public array requiredTemplates ( )return array List of code template files that are required. They should be file paths relative to $templatePath.