debug\models\search\Mail $charset

$charset public property Charset attribute input search value public string $charset = null

sphinx\QueryBuilder $db

$db public property The Sphinx connection. public yii\sphinx\Connection $db = null

db\Connection close()

close() public method Closes the currently active DB connection. It does nothing if the connection is already closed. public void close ( )

jui\Menu run()

run() public method Renders the widget. public void run ( )

web\UrlNormalizerRedirectException $scheme

$scheme public property The URI scheme to use in the generated URL for redirection See also [[yii\helpers\Url::to()]]. public boolean|string $scheme = null

mongodb\file\Upload __destruct()

__destruct() public method Destructor. Makes sure abandoned upload is cancelled. public void __destruct ( )

mongodb\Command insert()

insert() public method Inserts new document into collection. public \MongoDB\BSON\ObjectID|boolean insert ( $collectionName, $document, $options = [] )$collectionName string Collection name $document array Document content $options array List of options in format: optionName => optionValue. return \MongoDB\BSON\ObjectID|boolean Inserted record ID, false - on failure.

web\Response getIsOk()

getIsOk() public method public boolean getIsOk ( )return boolean Whether this response is OK

caching\ApcCache init()

init() public method Initializes this application component. It checks if extension required is loaded. public void init ( )

bootstrap\Carousel renderItem()

renderItem() public method Renders a single carousel item public string renderItem ( $item, $index )$item string|array A single item from $items $index integer The item index as the first item should be set to active return string The rendering result throws yii\base\InvalidConfigException if the item is invalid