db\ActiveRecord getTableSchema()

getTableSchema() public static method Returns the schema information of the DB table associated with this AR class. public static yii\db\TableSchema getTableSchema ( )return yii\db\TableSchema The schema information of the DB table associated with this AR class. throws yii\base\InvalidConfigException if the table for the AR class does not exist.

debug\models\search\Mail attributeLabels()

attributeLabels() public method Returns the attribute labels. Attribute labels are mainly used for display purpose. For example, given an attribute firstName, we can declare a label First Name which is more user-friendly and can be displayed to end users. By default an attribute label is generated using generateAttributeLabel(). This method allows you to explicitly specify attribute labels. Note, in order to inherit labels defined in the parent class, a child class needs to merge the parent

swiftmailer\Message $returnPath

$returnPath public property The bounce email address. public string getReturnPath ( )public $this setReturnPath ( $address )

web\AssetBundle $cssOptions

$cssOptions public property The options that will be passed to yii\web\View::registerCssFile() when registering the CSS files in this bundle. public array $cssOptions = []

caching\FileCache $fileMode

$fileMode public property The permission to be set for newly created cache files. This value will be used by PHP chmod() function. No umask will be applied. If not set, the permission will be determined by the current environment. public integer $fileMode = null

gii\generators\extension\Generator getDescription()

getDescription() public method public string getDescription ( )return string The detailed description of the generator.

sphinx\QueryBuilder update()

update() public method Creates an UPDATE SQL statement. For example, $params = []; $sql = $queryBuilder->update('idx_user', ['status' => 1], 'age > 30', $params); The method will properly escape the index and column names. public string update ( $index, $columns, $condition, &$params, $options )$index string The index to be updated. $columns array The column data (name => value) to be updated. $condition array|string The condition that will be put in the WHERE part

i18n\Formatter normalizeDatetimeValue()

normalizeDatetimeValue() protected method Normalizes the given datetime value as a DateTime object that can be taken by various date/time formatting methods. protected DateTime|array normalizeDatetimeValue ( $value, $checkTimeInfo = false )$value integer|string|DateTime The datetime value to be normalized. The following types of value are supported: an integer representing a UNIX timestamp a string that can be parsed to create a DateTime object. The timestamp is assumed to be in $defau

twig\ViewRenderer render()

render() public method Renders a view file. This method is invoked by yii\base\View whenever it tries to render a view. Child classes must implement this method to render the given view file. public string render ( $view, $file, $params )$view yii\base\View The view object used for rendering the file. $file string The view file. $params array The parameters to be passed to the view file. return string The rendering result

grid\Column $footer

$footer public property The footer cell content. Note that it will not be HTML-encoded. public string $footer = null