bootstrap\Progress renderProgress()

renderProgress() protected method Renders the progress. protected string renderProgress ( )return string The rendering result. throws yii\base\InvalidConfigException if the "percent" option is not set in a stacked progress bar.

bootstrap\Tabs $items

$items public property List of tabs in the tabs widget. Each array element represents a single tab with the following structure: label: string, required, the tab header label. encode: boolean, optional, whether this label should be HTML-encoded. This param will override global $this->encodeLabels param. headerOptions: array, optional, the HTML attributes of the tab header. linkOptions: array, optional, the HTML attributes of the tab header link tags. content: string, optional, the conten

swiftmailer\Mailer createTransport()

createTransport() protected method Creates email transport instance by its array configuration. protected \Swift_Transport createTransport ( array $config )$config array Transport configuration. return \Swift_Transport Transport instance. throws yii\base\InvalidConfigException on invalid transport configuration.

db\ActiveRecordInterface findAll()

findAll() public abstract static method Returns a list of active record models that match the specified primary key value(s) or a set of column values. The method accepts: a scalar value (integer or string): query by a single primary key value and return an array containing the corresponding record (or an empty array if not found). a non-associative array: query by a list of primary key values and return the corresponding records (or an empty array if none was found). Note that an empty con

bootstrap\Progress renderBar()

renderBar() protected method Generates a bar protected string renderBar ( $percent, $label = '', $options = [] )$percent integer The percentage of the bar $label $options array The HTML attributes of the bar return string The rendering result.

bootstrap\Nav init()

init() public method Initializes the widget. public void init ( )

validators\IpValidator $normalize

$normalize public property Whether to add the CIDR prefix with the smallest length (32 for IPv4 and 128 for IPv6) to an address without it. Works only when subnet is not false. For example: 10.0.1.5 will normalized to 10.0.1.5/32 2008:db0::1 will be normalized to 2008:db0::1/128 Defaults to false. See also $subnet. public boolean $normalize = false

caching\ZendDataCache setValue()

setValue() protected method Stores a value identified by a key in cache. This is the implementation of the method declared in the parent class. protected boolean setValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached. Most often it's a string. If you have disabled $serializer, it could be something else. $duration integer The number of seconds in which the cached value will expire. 0 means never expire. return b

caching\ZendDataCache addValue()

addValue() protected method Stores a value identified by a key into cache if the cache does not contain this key. This is the implementation of the method declared in the parent class. protected boolean addValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value mixed The value to be cached. Most often it's a string. If you have disabled $serializer, it could be something else. $duration integer The number of seconds in which the cached value wil

debug\TimelineAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/debug/assets'