validators\RegularExpressionValidator clientValidateAttribute()

clientValidateAttribute() public method Returns the JavaScript needed for performing client-side validation. You may override this method to return the JavaScript validation code if the validator can support client-side validation. The following JavaScript variables are predefined and can be used in the validation code: attribute: an object describing the the attribute being validated. value: the value being validated. messages: an array used to hold the validation error messages for the

helpers\BaseStringHelper startsWith()

startsWith() public static method Check if given string starts with specified substring. Binary and multibyte safe. public static boolean startsWith ( $string, $with, $caseSensitive = true )$string string Input string $with string Part to search inside the $string $caseSensitive boolean Case sensitive search. Default is true. When case sensitive is enabled, $with must exactly match the starting of the string in order to get a true value. return boolean Returns true if first input s

di\Instance of()

of() public static method Creates a new Instance object. public static yii\di\Instance of ( $id )$id string The component ID return yii\di\Instance The new Instance object.

web\View registerAssetFiles()

registerAssetFiles() protected method Registers all files provided by an asset bundle including depending bundles files. Removes a bundle from $assetBundles once files are registered. protected void registerAssetFiles ( $name )$name string Name of the bundle to register

debug\panels\ProfilingPanel getDetail()

getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view

console\controllers\HelpController getScriptName()

getScriptName() protected method protected string getScriptName ( )return string The name of the cli script currently running.

elasticsearch\DebugPanel init()

init() public method public void init ( )

base\Model setAttributes()

setAttributes() public method Sets the attribute values in a massive way. See also: safeAttributes() attributes() public void setAttributes ( $values, $safeOnly = true )$values array Attribute values (name => value) to be assigned to the model. $safeOnly boolean Whether the assignments should only be done to the safe attributes. A safe attribute is one that is associated with a validation rule in the current $scenario.

mongodb\Migration save()

save() public method Update the existing database data, otherwise insert this data public \MongoDB\BSON\ObjectID save ( $collection, $data, $options = [] )$collection array|string Collection name. $data array|object Data to be updated/inserted. $options array List of options in format: optionName => optionValue. return \MongoDB\BSON\ObjectID Updated/new record id instance.

authclient\clients\Twitter $accessTokenUrl

$accessTokenUrl public property OAuth access token URL. OAuth access token URL. public string $accessTokenUrl = 'https://api.twitter.com/oauth/access_token'