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'
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 = []
getDetail() public method public string getDetail ( )return string Content that is displayed in debugger detail view
run() public method Renders the widget. public void run ( )
$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
Page 1 of 633