Executer
Table of Contents
Methods
- __call() : mixed
- Main method to call vk-script from .vks files
- __construct() : mixed
Methods
__call()
Main method to call vk-script from .vks files
public
__call(mixed $methodName, mixed $arguments) : mixed
Parameters
- $methodName : mixed
-
- must be string in format "execute" + name of script file
- $arguments : mixed
-
- various array of scripts arguments
Return values
mixed —response from VK
__construct()
public
__construct(mixed $api) : mixed
Parameters
- $api : mixed