Началр работы с переработкой
This commit is contained in:
12
sources/Browsers/BrowserAbstract.php
Normal file
12
sources/Browsers/BrowserAbstract.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace VK\Browsers;
|
||||
|
||||
abstract class BrowserAbstract
|
||||
{
|
||||
abstract public static function post($method, $params);
|
||||
abstract public static function getToken($url);
|
||||
abstract protected static function checkSSL($domain);
|
||||
}
|
Reference in New Issue
Block a user