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 ( )

authclient\BaseClient setName()

setName() public method public void setName ( $name )$name string Service name.

web\User getIsGuest()

getIsGuest() public method Returns a value indicating whether the user is a guest (not authenticated). See also getIdentity(). public boolean getIsGuest ( )return boolean Whether the current user is a guest.

base\Application $state

$state public property The current application state during a request handling life cycle. This property is managed by the application. Do not modify this property. public integer $state = null

web\Request $port

$port public property Port number for insecure requests. public integer getPort ( )public void setPort ( $value )

db\BaseActiveRecord setIsNewRecord()

setIsNewRecord() public method Sets the value indicating whether the record is new. See also getIsNewRecord(). public void setIsNewRecord ( $value )$value boolean Whether the record is new and should be inserted when calling save().