Current Path : /var/www/html/wp-content/plugins/wpide/App/Container/ |
Current File : /var/www/html/wp-content/plugins/wpide/App/Container/ContainerInterface.php |
<?php namespace WPIDE\App\Container; interface ContainerInterface { public function get($name); public function set(string $name, $value); public function call($callable, array $parameters = []); }