COM-40 :: Add ZoneLockdown and UA Rules

This commit is contained in:
Junade Ali
2017-09-19 16:04:35 +01:00
parent 7d0c0c86dc
commit 1e8c8d6019
10 changed files with 840 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: junade
* Date: 19/09/2017
* Time: 15:23
*/
namespace Cloudflare\API\Configurations;
interface Configurations
{
public function getArray(): array;
}