bootstrap\Carousel $controls

$controls public property The labels for the previous and the next control buttons. If false, it means the previous and the next control buttons should not be displayed. public array|boolean $controls = ['‹', '›']

i18n\I18N setMessageFormatter()

setMessageFormatter() public method public void setMessageFormatter ( $value )$value string|array|yii\i18n\MessageFormatter The message formatter to be used to format message via ICU message format. Can be given as array or string configuration that will be given to Yii::createObject() to create an instance or a yii\i18n\MessageFormatter instance.

web\IdentityInterface findIdentityByAccessToken()

findIdentityByAccessToken() public abstract static method Finds an identity by the given token. public abstract static yii\web\IdentityInterface findIdentityByAccessToken ( $token, $type = null )$token mixed The token to be looked for $type mixed The type of the token. The value of this parameter depends on the implementation. For example, yii\filters\auth\HttpBearerAuth will set this parameter to be yii\filters\auth\HttpBearerAuth. return yii\web\IdentityInterface The identity objec

authclient\widgets\AuthChoiceItem $authChoice

$authChoice public property Parent AuthChoice widget public yii\authclient\widgets\AuthChoice $authChoice = null

smarty\ViewRenderer render()

render() public method Renders a view file. This method is invoked by yii\web\View whenever it tries to render a view. Child classes must implement this method to render the given view file. public string render ( $view, $file, $params )$view yii\web\View The view object used for rendering the file. $file string The view file. $params array The parameters to be passed to the view file. return string The rendering result

web\Response $httpStatuses

$httpStatuses public static property List of HTTP status codes and the corresponding texts public static array $httpStatuses = [100 => 'Continue', 101 => 'Switching Protocols', 102 => 'Processing', 118 => 'Connection timed out', 200 => 'OK', 201 => 'Created', 202 => 'Accepted', 203 => 'Non-Authoritative', 204 => 'No Content', 205 => 'Reset Content', 206 => 'Partial Content', 207 => 'Multi-Status', 208 => 'Already Reported', 210 => 'Content Differen

mongodb\file\ActiveRecord extractFileName()

extractFileName() protected method Extracts filename from given raw file value. protected string extractFileName ( $file )$file mixed Raw file value. return string File name. throws yii\base\InvalidParamException on invalid file value.

web\AssetManager getPublishedPath()

getPublishedPath() public method Returns the published path of a file path. This method does not perform any publishing. It merely tells you if the file or directory is published, where it will go. public string|false getPublishedPath ( $path )$path string Directory or file path being published return string|false String the published file path. False if the file or directory does not exist

sphinx\Query fillUpSnippets()

fillUpSnippets() protected method Fills the query result rows with the snippets built from source determined by snippetCallback() result. protected array|yii\sphinx\ActiveRecord[] fillUpSnippets ( $rows )$rows array Raw query result rows. return array|yii\sphinx\ActiveRecord[] Query result rows with filled up snippets.

bootstrap\Alert renderCloseButton()

renderCloseButton() protected method Renders the close button. protected string renderCloseButton ( )return string The rendering result