Смена пространства имён

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich
2021-07-27 11:17:46 +10:00
parent 7bf8ca6108
commit 5cfdeb03fd
31 changed files with 632 additions and 725 deletions

20
test.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
use hood\vk\core;
use hood\vk\api\settings;
require './vendor/autoload.php';
$core = core::init();
$robot = $core->group(12312)->key(1);
$robot = $core->group(12312)->key(1);
$robot = $core->group()->key(1);
$robot = $core->group()->key(1);
$settings = new settings($robot);
$settings['data']['test']['a'] = 2;
$settings['data'] = 2;
var_export($core->read());