Source for file ServiceProviderInterface.php
Documentation is available at ServiceProviderInterface.php
* Part of the Joomla Framework DI Package
* @copyright Copyright (C) 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* Defines the interface for a Service Provider.
* Registers the service provider with a DI container.
* @param Container $container The DI container.
* @return Container Returns itself to support chaining.
public function register(Container $container);
Documentation generated on Tue, 19 Nov 2013 15:12:50 +0100 by phpDocumentor 1.4.3