bootstrap\Carousel $showIndicators

$showIndicators public property If false carousel indicators ( tag with anchors to items) should not be displayed. public boolean $showIndicators = true

helpers\BaseConsole stripAnsiFormat()

stripAnsiFormat() public static method Strips ANSI control codes from a string public static string stripAnsiFormat ( $string )$string string String to strip

gii\generators\model\Generator $tableNames

$tableNames protected property protected $tableNames = null

swiftmailer\Mailer $transport

$transport public property public array|\Swift_Transport getTransport ( )public void setTransport ( $transport )

filters\auth\AuthMethod $response

$response public property The response to be sent. If not set, the response application component will be used. public yii\web\Response $response = null

helpers\BaseHtml activeCheckboxList()

activeCheckboxList() public static method Generates a list of checkboxes. A checkbox list allows multiple selection, like listBox(). As a result, the corresponding submitted value is an array. The selection of the checkbox list is taken from the value of the model attribute. public static string activeCheckboxList ( $model, $attribute, $items, $options = [] )$model yii\base\Model The model object $attribute string The attribute name or expression. See getAttributeName() for the format

base\DynamicModel validateData()

validateData() public static method Validates the given data with the specified validation rules. This method will create a DynamicModel instance, populate it with the data to be validated, create the specified validation rules, and then validate the data using these rules. public static static validateData ( array $data, $rules = [] )$data array The data (name-value pairs) to be validated $rules array The validation rules. Please refer to yii\base\Model::rules() on the format of this

base\ErrorHandler $memoryReserveSize

$memoryReserveSize public property The size of the reserved memory. A portion of memory is pre-allocated so that when an out-of-memory issue occurs, the error handler is able to handle the error with the help of this reserved memory. If you set this value to be 0, no memory will be reserved. Defaults to 256KB. public integer $memoryReserveSize = 262144

web\Response $isClientError

$isClientError public read-only property Whether this response indicates a client error public boolean getIsClientError ( )

elasticsearch\BatchQueryResult __destruct()

__destruct() public method Destructor. public void __destruct ( )