debug\panels\TimelinePanel save()

save() public method Saves data to be later used in debugger detail view. This method is called on every page where debugger is enabled. public mixed save ( )return mixed Data to be saved

gii\CodeFile diff()

diff() public method Returns diff or false if it cannot be calculated public boolean|string diff ( )

mongodb\gii\model\Generator generateLabels()

generateLabels() public method Generates the attribute labels for the specified attributes list. public array generateLabels ( $attributes )$attributes array The list of attributes return array The generated attribute labels (name => label)

base\Security compareString()

compareString() public method Performs string comparison using timing attack resistant approach. See also http://codereview.stackexchange.com/questions/13512. public boolean compareString ( $expected, $actual )$expected string String to compare. $actual string User-supplied string. return boolean Whether strings are equal.

debug\models\search\Db attributeLabels()

attributeLabels() public method Returns the attribute labels. Attribute labels are mainly used for display purpose. For example, given an attribute firstName, we can declare a label First Name which is more user-friendly and can be displayed to end users. By default an attribute label is generated using generateAttributeLabel(). This method allows you to explicitly specify attribute labels. Note, in order to inherit labels defined in the parent class, a child class needs to merge the parent

web\Request $absoluteUrl

$absoluteUrl public read-only property The currently requested absolute URL. public string getAbsoluteUrl ( )

authclient\clients\YandexOpenId $authUrl

$authUrl public property Authentication base URL, which should be used to compose actual authentication URL by buildAuthUrl() method. Authentication base URL, which should be used to compose actual authentication URL by buildAuthUrl() method. public string $authUrl = 'http://openid.yandex.ru'

test\ArrayFixture getData()

getData() protected method Returns the fixture data. The default implementation will try to return the fixture data by including the external file specified by $dataFile. The file should return the data array that will be stored in $data after inserting into the database. protected array getData ( )return array The data to be put into the database throws yii\base\InvalidConfigException if the specified data file does not exist.

mongodb\Migration dropIndex()

dropIndex() public method Drop indexes for specified column(s). public void dropIndex ( $collection, $columns )$collection string|array Name of the collection $columns string|array Column name or list of column names.

db\BatchQueryResult rewind()

rewind() public method Resets the iterator to the initial state. This method is required by the interface Iterator. public void rewind ( )