console\Markdown renderStrike()

renderStrike() protected method Renders the strike through feature. protected string renderStrike ( $element )$element array

console\controllers\MessageController options()

options() public method Returns the names of valid options for the action (id) An option requires the existence of a public member variable whose name is the option name. Child classes may override this method to specify possible options. Note that the values setting via options are not available until beforeAction() is being called. public array options ( $actionID )$actionID string The action id of the current request return array The names of the options valid for the action

console\controllers\HelpController getCommandHelp()

getCommandHelp() protected method Displays the overall information of the command. protected void getCommandHelp ( $controller )$controller yii\console\Controller The controller instance

bootstrap\Carousel renderControls()

renderControls() public method Renders previous and next control buttons. public void renderControls ( )throws yii\base\InvalidConfigException if $controls is invalid.

bootstrap\BootstrapWidgetTrait getView()

getView() public abstract method See also \yii\bootstrap\yii\base\Widget::getView(). public abstract yii\web\View getView ( )return yii\web\View The view object that can be used to render views or view files.

rbac\BaseManager getItems()

getItems() protected abstract method Returns the items of the specified type. protected abstract 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\OpenId getReturnUrl()

getReturnUrl() public method public string getReturnUrl ( )return string Authentication return URL.

mongodb\Database getCollection()

getCollection() public method Returns the Mongo collection with the given name. public yii\mongodb\Collection getCollection ( $name, $refresh = false )$name string Collection name $refresh boolean Whether to reload the collection instance even if it is found in the cache. return yii\mongodb\Collection Mongo collection instance.

web\Request $queryString

$queryString public read-only property Part of the request URL that is after the question mark public string getQueryString ( )

web\Session getSavePath()

getSavePath() public method Gets the current session save path. This is a wrapper for PHP session_save_path(). public string getSavePath ( )return string The current session save path, defaults to '/tmp'.