widgets\LinkPager init()

init() public method Initializes the pager. public void init ( )

captcha\CaptchaAction $maxLength

$maxLength public property The maximum length for randomly generated word. Defaults to 7. public integer $maxLength = 7

debug\LogTarget gc()

gc() protected method protected void gc ( &$manifest )$manifest

rest\Serializer $request

$request public property The current request. If not set, the request application component will be used. public yii\web\Request $request = null

validators\IpValidator $ipv4Pattern

$ipv4Pattern public property Regexp-pattern to validate IPv4 address public string $ipv4Pattern = '/^(?:(?:2(?:[0-4][0-9]|5[0-5])|[0-1]?[0-9]?[0-9])\.){3}(?:(?:2([0-4][0-9]|5[0-5])|[0-1]?[0-9]?[0-9]))$/'

rest\UrlRule parseRequest()

parseRequest() public method Parses the given request and returns the corresponding route and parameters. public array|boolean parseRequest ( $manager, $request )$manager yii\web\UrlManager The URL manager $request yii\web\Request The request component return array|boolean The parsing result. The route and the parameters are returned as an array. If false, it means this rule cannot be used to parse this path info.

test\ActiveFixture 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 an array of data rows (column name => column value), each corresponding to a row in the table. If the data file does not exist, an empty array will be returned. protected array getData ( )return array The data rows to be inserted into the database table.

test\ArrayFixture unload()

unload() public method Unloads the fixture. This method is called after every test method finishes. You may override this method to perform necessary cleanup work for the fixture. public void unload ( )

di\ServiceLocator clear()

clear() public method Removes the component from the locator. public void clear ( $id )$id string The component ID

sphinx\IndexSchema $columns

$columns public property Column metadata of this index. Each array element is a yii\sphinx\ColumnSchema object, indexed by column names. public yii\sphinx\ColumnSchema[] $columns = []