authclient\OAuthToken $tokenSecret

$tokenSecret public property Token secret. public string getTokenSecret ( )public void setTokenSecret ( $tokenSecret )

helpers\BaseInflector singularize()

singularize() public static method Returns the singular of the $word public static string singularize ( $word )$word string The english word to singularize return string Singular noun.

authclient\clients\Twitter $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://api.twitter.com/oauth/authenticate'

helpers\BaseStringHelper truncateHtml()

truncateHtml() protected static method (available since version 2.0.1) Truncate a string while preserving the HTML. protected static string truncateHtml ( $string, $count, $suffix, $encoding = false )$string string The string to truncate $count integer $suffix string String to append to the end of the truncated string. $encoding string|boolean

authclient\signature\BaseMethod verify()

verify() public method Verifies given OAuth request. public boolean verify ( $signature, $baseString, $key )$signature string Signature to be verified. $baseString string Signature base string. $key string Signature key. return boolean Success.

widgets\Menu isItemActive()

isItemActive() protected method Checks whether a menu item is active. This is done by checking if $route and $params match that specified in the url option of the menu item. When the url option of a menu item is specified in terms of an array, its first element is treated as the route for the item and the rest of the elements are the associated parameters. Only when its route and parameters match $route and $params, respectively, will a menu item be considered active. protected boolean is

db\mssql\QueryBuilder checkIntegrity()

checkIntegrity() public method Builds a SQL statement for enabling or disabling integrity check. public string checkIntegrity ( $check = true, $schema = '', $table = '' )$check boolean Whether to turn on or off the integrity check. $schema string The schema of the tables. Defaults to empty string, meaning the current or default schema. $table string The table name. Defaults to empty string, meaning that no table will be changed. return string The SQL statement for checking integrit

helpers\BaseHtml addCssStyle()

addCssStyle() public static method Adds the specified CSS style to the HTML options. If the options already contain a style element, the new style will be merged with the existing one. If a CSS property exists in both the new and the old styles, the old one may be overwritten if $overwrite is true. For example, Html::addCssStyle($options, 'width: 100px; height: 200px'); See also: removeCssStyle() cssStyleFromArray() cssStyleToArray() public static void addCssStyle ( &$options, $style

widgets\InputWidget $options

$options public property The HTML attributes for the input tag. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = []

authclient\signature\RsaSha1 getName()

getName() public method Return the canonical name of the Signature Method. public string getName ( )return string Method name.