console\Controller $passedOptionValues

$passedOptionValues public read-only property The properties corresponding to the passed options public array getPassedOptionValues ( )

base\ActionEvent $action

$action public property The action currently being executed public yii\base\Action $action = null

authclient\WeChat generateAuthState()

generateAuthState() protected method Generates the auth state value. protected string generateAuthState ( )return string Auth state value.

sphinx\MatchBuilder buildProximityMatch()

buildProximityMatch() public method Create PROXIMITY expressions public string buildProximityMatch ( $operator, $operands, &$params )$operator string The operator which is used for Create Match expressions $operands array The Match expressions $params return string The MATCH expression

web\ErrorHandler createServerInformationLink()

createServerInformationLink() public method Creates string containing HTML link which refers to the home page of determined web-server software and its full name. public string createServerInformationLink ( )return string Server software information hyperlink.

helpers\BaseInflector $specials

$specials public static property The special rules for converting a word between its plural form and singular form. The keys are the special words in singular form, and the values are the corresponding plural form. public static array $specials = ['atlas' => 'atlases', 'beef' => 'beefs', 'brother' => 'brothers', 'cafe' => 'cafes', 'child' => 'children', 'cookie' => 'cookies', 'corpus' => 'corpuses', 'cow' => 'cows', 'curve' => 'curves', 'foe' => 'foes', 'gangl

mongodb\file\Download substr()

substr() public method Return part of a file. public string|false substr ( $start, $length )$start integer Reading start position. If non-negative, the returned string will start at the start'th position in file, counting from zero. If negative, the returned string will start at the start'th character from the end of file. $length integer Number of bytes to read. If given and is positive, the string returned will contain at most length characters beginning from start (depending on the

twig\ViewRenderer $twigModulesNamespace

$twigModulesNamespace public property (available since version 2.0.5) Twig namespace to use in modules templates public string $twigModulesNamespace = 'modules'

authclient\OpenId init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

gii\Module $generators

$generators public property A list of generator configurations or instances. The array keys are the generator IDs (e.g. "crud"), and the array elements are the corresponding generator configurations or the instances. After the module is initialized, this property will become an array of generator instances which are created based on the configurations previously taken by this property. Newly assigned generators will be merged with the core ones, and the former takes precedence in case when