%PDF- %PDF-
Direktori : /var/www/pn/wp-content/plugins/wp-rocket/vendor/league/container/src/ |
Current File : //var/www/pn/wp-content/plugins/wp-rocket/vendor/league/container/src/ContainerAwareInterface.php |
<?php namespace League\Container; interface ContainerAwareInterface { /** * Set a container * * @param \League\Container\ContainerInterface $container */ public function setContainer(ContainerInterface $container); /** * Get the container * * @return \League\Container\ContainerInterface */ public function getContainer(); }