Current Path : /var/www/html/wp-content/plugins/wpide/App/Services/ |
Current File : /var/www/html/wp-content/plugins/wpide/App/Services/Service.php |
<?php namespace WPIDE\App\Services; interface Service { public function init(array $config = []); }