| 1 | <?php |
||
| 11 | abstract class AbstractApi |
||
| 12 | { |
||
| 13 | protected $client; |
||
| 14 | |||
| 15 | public function __construct(OneSignal $client) |
||
| 19 | |||
| 20 | protected function createRequest(string $method, string $uri): RequestInterface |
||
| 27 | |||
| 28 | protected function createStream($value, int $flags = null, int $maxDepth = 512): StreamInterface |
||
| 40 | } |
||
| 41 |