mail\MessageInterface getSubject()

getSubject() public abstract method Returns the message subject. public abstract string getSubject ( )return string The message subject

gii\generators\extension\Generator stickyAttributes()

stickyAttributes() public method Returns the list of sticky attributes. A sticky attribute will remember its value and will initialize the attribute with this value when the generator is restarted. public array stickyAttributes ( )return array List of sticky attributes

bootstrap\ButtonDropdown $encodeLabel

$encodeLabel public property Whether the label should be HTML-encoded. public boolean $encodeLabel = true

debug\panels\AssetPanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved

redis\ActiveRecord buildKey()

buildKey() public static method Builds a normalized key from a given primary key value. public static string buildKey ( $key )$key mixed The key to be normalized return string The generated key

db\Schema getCacheTag()

getCacheTag() protected method Returns the cache tag name. This allows refresh() to invalidate all cached table schemas. protected string getCacheTag ( )return string The cache tag name

db\QueryTrait indexBy()

indexBy() public method Sets the indexBy() property. public $this indexBy ( $column )$column string|callable The name of the column by which the query results should be indexed by. This can also be a callable (e.g. anonymous function) that returns the index value based on the given row data. The signature of the callable should be: function ($row) { // return the index value corresponding to $row } return $this The query object itself

db\oci\Schema $lastInsertID

$lastInsertID public read-only property The row ID of the last row inserted, or the last value retrieved from the sequence object public string getLastInsertID ( $sequenceName = '' )

widgets\DetailView $formatter

$formatter public property The formatter used to format model attribute values into displayable texts. This can be either an instance of yii\i18n\Formatter or an configuration array for creating the yii\i18n\Formatter instance. If this property is not set, the formatter application component will be used. public array|yii\i18n\Formatter $formatter = null

base\DynamicModel attributes()

attributes() public method Returns the list of attribute names. By default, this method returns all public non-static properties of the class. You may override this method to change the default behavior. public array attributes ( )return array List of attribute names.