Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Executer

Открытые члены

 __construct ($api)
 
 __call ($methodName, $arguments)
 

Подробное описание

См. определение в файле executer.php строка 10

Конструктор(ы)

◆ __construct()

__construct ( $api)

См. определение в файле executer.php строка 15

Методы

◆ __call()

__call ( $methodName,
$arguments )

Main method to call vk-script from .vks files

Аргументы
$methodName- must be string in format "execute" + name of script file
$arguments- various array of scripts arguments
Возвращает
mixed response from VK

См. определение в файле executer.php строка 53