mongodb\Command query()

query() public method Executes this command as a mongo query public \MongoDB\Driver\Cursor query ( $collectionName, $options = [] )$collectionName string Collection name $options array Query options. return \MongoDB\Driver\Cursor Result cursor. throws yii\mongodb\Exception on failure

mongodb\gii\model\Generator getDescription()

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

base\Controller renderContent()

renderContent() public method (available since version 2.0.1) Renders a static string by applying a layout. public string renderContent ( $content )$content string The static string being rendered return string The rendering result of the layout with the given static string as the $content variable. If the layout is disabled, the string will be returned back.

elasticsearch\DebugPanel $db

$db public property public $db = 'elasticsearch'

captcha\CaptchaAction $verifyCode

$verifyCode public read-only property The verification code. public string getVerifyCode ( $regenerate = false )

authclient\BaseOAuth $curlOptions

$curlOptions public property CURL options. public array getCurlOptions ( )public void setCurlOptions ( array $curlOptions )

console\controllers\AssetController loadBundles()

loadBundles() protected method Creates full list of source asset bundles. protected yii\web\AssetBundle[] loadBundles ( $bundles )$bundles string[] List of asset bundle names return yii\web\AssetBundle[] List of source asset bundles.

elasticsearch\Command deleteTemplate()

deleteTemplate() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates.html. public mixed deleteTemplate ( $name )$name

bootstrap\Nav renderItems()

renderItems() public method Renders widget items. public void renderItems ( )

base\Application $view

$view public read-only property The view application component that is used to render various view files. public yii\base\View|yii\web\View getView ( )