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.
$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'http://api.vk.com/oauth/authorize'
$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 )
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
$assignments protected property protected array $assignments = []
endContent() public method Ends the rendering of content. public void endContent ( )
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 ( )
$options public property Options to be appended to the query URL. public array $options = []
$type public property Abstract type of this column. Possible abstract types include: char, string, text, boolean, smallint, integer, bigint, float, decimal, datetime, timestamp, time, date, binary, and money. public string $type = null
$depends public property public $depends = ['yii\web\JqueryAsset', 'yii\bootstrap\BootstrapAsset']
Page 1 of 633