File "ModifierInterface.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpspec/prophecy/fixtures/ModifierInterface.php
File size: 141 bytes
MIME-type: --
Charset: utf-8

<?php

namespace Fixtures\Prophecy;

interface ModifierInterface
{
    public function isAbstract();

    public function getVisibility();
}