log\Logger $traceLevel

$traceLevel public property How much call stack information (file name and line number) should be logged for each message. If it is greater than 0, at most that number of call stacks will be logged. Note that only application call stacks are counted. public integer $traceLevel = 0

db\QueryBuilder dropColumn()

dropColumn() public method Builds a SQL statement for dropping a DB column. public string dropColumn ( $table, $column )$table string The table whose column is to be dropped. The name will be properly quoted by the method. $column string The name of the column to be dropped. The name will be properly quoted by the method. return string The SQL statement for dropping a DB column.

sphinx\QueryBuilder buildInCondition()

buildInCondition() public method Creates an SQL expressions with the IN operator. public string buildInCondition ( $indexes, $operator, $operands, &$params )$indexes yii\sphinx\IndexSchema[] List of indexes, which affected by query $operator string The operator to use (e.g. IN or NOT IN) $operands array The first operand is the column name. If it is an array a composite IN condition will be generated. The second operand is an array of values that column value should be among. If

gii\Module checkAccess()

checkAccess() protected method protected boolean checkAccess ( )return boolean Whether the module can be accessed by the current user

bootstrap\Modal $closeButton

$closeButton public property The options for rendering the close button tag. The close button is displayed in the header of the modal window. Clicking on the button will hide the modal window. If this is false, no close button will be rendered. The following special options are supported: tag: string, the tag name of the button. Defaults to 'button'. label: string, the label of the button. Defaults to '×'. The rest of the options will be rendered as the HTML attributes of the button tag. Pl

sphinx\gii\model\Generator $useIndexPrefix

$useIndexPrefix public property public $useIndexPrefix = false

mail\MessageInterface attachContent()

attachContent() public abstract method Attach specified content as file for the email message. public abstract $this attachContent ( $content, array $options = [] )$content string Attachment file content. $options array Options for embed file. Valid options are: fileName: name, which should be used to attach file. contentType: attached file MIME type. return $this Self reference.

redis\Connection getIsActive()

getIsActive() public method Returns a value indicating whether the DB connection is established. public boolean getIsActive ( )return boolean Whether the DB connection is established

redis\Connection $connectionTimeout

$connectionTimeout public property Timeout to use for connection to redis. If not set the timeout set in php.ini will be used: ini_get("default_socket_timeout") public float $connectionTimeout = null

web\UrlManager $suffix

$suffix public property The URL suffix used when $enablePrettyUrl is true. For example, ".html" can be used so that the URL looks like pointing to a static HTML page. This property is used only if $enablePrettyUrl is true. public string $suffix = null