web\ViewAction run()

run() public method Runs the action. This method displays the view requested by the user. public void run ( )throws yii\web\NotFoundHttpException if the view file cannot be found

db\DataReader next()

next() public method Moves the internal pointer to the next row. This method is required by the interface Iterator. public void next ( )

bootstrap\BootstrapThemeAsset $depends

$depends public property public $depends = ['yii\bootstrap\BootstrapAsset']

web\Request getIsDelete()

getIsDelete() public method Returns whether this is a DELETE request. public boolean getIsDelete ( )return boolean Whether this is a DELETE request.

sphinx\ActiveQuery EVENT_INIT

EVENT_INIT event of type \yii\sphinx\Event An event that is triggered when the query is initialized via init().

mail\BaseMessage __toString()

__toString() public method PHP magic method that returns the string representation of this object. public string __toString ( )return string The string representation of this object.

gii\Generator $description

$description public read-only property The detailed description of the generator. public string getDescription ( )

rbac\PhpManager getItems()

getItems() public method Returns the items of the specified type. public yii\rbac\Item[] getItems ( $type )$type integer The auth item type (either yii\rbac\Item::TYPE_ROLE or yii\rbac\Item::TYPE_PERMISSION return yii\rbac\Item[] The auth items of the specified type.

authclient\Weibo defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.

base\Widget $viewPath

$viewPath public read-only property The directory containing the view files for this widget. public string getViewPath ( )