base\Application $charset

$charset public property The charset currently used for the application. public string $charset = 'UTF-8'

debug\models\search\Debug search()

search() public method Returns data provider with filled models. Filter applied if needed. public yii\data\ArrayDataProvider search ( $params, $models )$params array An array of parameter values indexed by parameter names $models array Data to return provider for

base\Application $errorHandler

$errorHandler public read-only property The error handler application component. public yii\web\ErrorHandler|yii\console\ErrorHandler getErrorHandler ( )

gii\components\ActiveField $model

$model public property public yii\gii\Generator $model = null

debug\panels\RequestPanel getName()

getName() public method public string getName ( )return string Name of the panel

mongodb\BatchQueryResult key()

key() public method Returns the index of the current dataset. This method is required by the interface Iterator. public integer key ( )return integer The index of the current row.

test\ArrayFixture $dataFile

$dataFile public property The file path or path alias of the data file that contains the fixture data to be returned by getData(). You can set this property to be false to prevent loading any data. public string|boolean $dataFile = null

base\Widget end()

end() public static method Ends a widget. Note that the rendering result of the widget is directly echoed out. See also begin(). public static static end ( )return static The widget instance that is ended. throws yii\base\InvalidCallException if begin() and end() calls are not properly nested

swiftmailer\Message embed()

embed() public method Attach a file and return it's CID source. This method should be used when embedding images or other data in a message. public string embed ( $fileName, array $options = [] )$fileName string File name. $options array Options for embed file. Valid options are: fileName: name, which should be used to attach file. contentType: attached file MIME type. return string Attachment CID.

web\Response $isForbidden

$isForbidden public read-only property Whether this response indicates the current request is forbidden public boolean getIsForbidden ( )