web\Request getMethod()

getMethod() public method Returns the method of the current request (e.g. GET, POST, HEAD, PUT, PATCH, DELETE). public string getMethod ( )return string Request method, such as GET, POST, HEAD, PUT, PATCH, DELETE. The value returned is turned into upper case.

authclient\clients\VKontakte $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'http://api.vk.com/oauth/authorize'

authclient\OpenId buildSregParams()

buildSregParams() protected method Composes SREG request parameters. protected array buildSregParams ( )return array SREG parameters.

sphinx\Schema $indexSchemas

$indexSchemas public read-only property The metadata for all indexes in the Sphinx. Each array element is an instance of yii\sphinx\IndexSchema or its child class. public yii\sphinx\IndexSchema[] getIndexSchemas ( $refresh = false )

Modules

Creating Modules Using Modules Nested Modules Best Practices Modules are self-contained software units that consist of models, views, controllers, and other supporting components. End users can access the controllers of a module when it is installed in application. For these reasons, modules are often viewed as mini-applications. Modules differ from applications in that modules cannot be deployed alone and must reside within applications. Creating Modules A module is organized as a directory

rbac\PhpManager $assignments

$assignments protected property protected array $assignments = []

base\View endContent()

endContent() public method Ends the rendering of content. public void endContent ( )

authclient\signature\RsaSha1 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 ( )

elasticsearch\BulkCommand $options

$options public property Options to be appended to the query URL. public array $options = []

debug\panels\DbPanel getDetail()

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