Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 43 changed files with 600 additions and 197 deletions.
5 changes: 0 additions & 5 deletions src/Exception/ExceptionInterface.php
Expand Up @@ -5,15 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Exception;

/**
* @category Zend
* @package Zend_ModuleManager
*/
interface ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Exception/InvalidArgumentException.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Exception;

/**
* Invalid Argument Exception
*
* @category Zend
* @package Zend_ModuleManager
* @subpackage Exception
*/
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
Expand Down
17 changes: 17 additions & 0 deletions src/Exception/MissingDependencyModuleException.php
@@ -0,0 +1,17 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Zend\ModuleManager\Exception;

/**
* Runtime Exception
*/
class MissingDependencyModuleException extends RuntimeException implements ExceptionInterface
{
}
5 changes: 0 additions & 5 deletions src/Exception/RuntimeException.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Exception;

/**
* Runtime Exception
*
* @category Zend
* @package Zend_ModuleManager
* @subpackage Exception
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/Feature/AutoloaderProviderInterface.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Feature;

/**
* Autoloader provider interface
*
* @category Zend
* @package Zend_ModuleManager
* @subpackage Feature
*/
interface AutoloaderProviderInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/Feature/BootstrapListenerInterface.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Feature;
Expand All @@ -14,10 +13,6 @@

/**
* Boostrap listener provider interface
*
* @category Zend
* @package Zend_ModuleManager
* @subpackage Feature
*/
interface BootstrapListenerInterface
{
Expand Down
6 changes: 0 additions & 6 deletions src/Feature/ConfigProviderInterface.php
Expand Up @@ -5,16 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Feature;

/**
* @category Zend
* @package Zend_ModuleManager
* @subpackage Feature
*/
interface ConfigProviderInterface
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/Feature/ConsoleBannerProviderInterface.php
Expand Up @@ -5,18 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Feature;

use Zend\Console\Adapter\AdapterInterface;

/**
* @category Zend
* @package Zend_ModuleManager
* @subpackage Feature
*/
interface ConsoleBannerProviderInterface
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/Feature/ConsoleUsageProviderInterface.php
Expand Up @@ -5,18 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Feature;

use Zend\Console\Adapter\AdapterInterface;

/**
* @category Zend
* @package Zend_ModuleManager
* @subpackage Feature
*/
interface ConsoleUsageProviderInterface
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/Feature/ControllerPluginProviderInterface.php
Expand Up @@ -5,16 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Feature;

/**
* @category Zend
* @package Zend_ModuleManager
* @subpackage Feature
*/
interface ControllerPluginProviderInterface
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/Feature/ControllerProviderInterface.php
Expand Up @@ -5,16 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Feature;

/**
* @category Zend
* @package Zend_ModuleManager
* @subpackage Feature
*/
interface ControllerProviderInterface
{
/**
Expand Down
20 changes: 20 additions & 0 deletions src/Feature/DependencyIndicatorInterface.php
@@ -0,0 +1,20 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Zend\ModuleManager\Feature;

interface DependencyIndicatorInterface
{
/**
* Expected to return an array of modules on which the current one depends on
*
* @return array
*/
public function getModuleDependencies();
}
21 changes: 21 additions & 0 deletions src/Feature/FilterProviderInterface.php
@@ -0,0 +1,21 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Zend\ModuleManager\Feature;

interface FilterProviderInterface
{
/**
* Expected to return \Zend\ServiceManager\Config object or array to
* seed such an object.
*
* @return array|\Zend\ServiceManager\Config
*/
public function getFilterConfig();
}
21 changes: 21 additions & 0 deletions src/Feature/FormElementProviderInterface.php
@@ -0,0 +1,21 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Zend\ModuleManager\Feature;

interface FormElementProviderInterface
{
/**
* Expected to return \Zend\ServiceManager\Config object or array to
* seed such an object.
*
* @return array|\Zend\ServiceManager\Config
*/
public function getFormElementConfig();
}
6 changes: 0 additions & 6 deletions src/Feature/InitProviderInterface.php
Expand Up @@ -5,18 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Feature;

use Zend\ModuleManager\ModuleManagerInterface;

/**
* @category Zend
* @package Zend_ModuleManager
* @subpackage Feature
*/
interface InitProviderInterface
{
/**
Expand Down
5 changes: 0 additions & 5 deletions src/Feature/LocatorRegisteredInterface.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Feature;
Expand All @@ -18,10 +17,6 @@
* a constructor or setter parameter which is type hinted with the Module class
* name. Implementing this interface obviously does not require adding any
* methods to your class.
*
* @category Zend
* @package Zend_ModuleManager
* @subpackage Feature
*/
interface LocatorRegisteredInterface
{
Expand Down
6 changes: 0 additions & 6 deletions src/Feature/ServiceProviderInterface.php
Expand Up @@ -5,16 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Feature;

/**
* @category Zend
* @package Zend_ModuleManager
* @subpackage Feature
*/
interface ServiceProviderInterface
{
/**
Expand Down
21 changes: 21 additions & 0 deletions src/Feature/ValidatorProviderInterface.php
@@ -0,0 +1,21 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Zend\ModuleManager\Feature;

interface ValidatorProviderInterface
{
/**
* Expected to return \Zend\ServiceManager\Config object or array to
* seed such an object.
*
* @return array|\Zend\ServiceManager\Config
*/
public function getValidatorConfig();
}
6 changes: 0 additions & 6 deletions src/Feature/ViewHelperProviderInterface.php
Expand Up @@ -5,16 +5,10 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Feature;

/**
* @category Zend
* @package Zend_ModuleManager
* @subpackage Feature
*/
interface ViewHelperProviderInterface
{
/**
Expand Down
5 changes: 0 additions & 5 deletions src/Listener/AbstractListener.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Listener;

/**
* Abstract listener
*
* @category Zend
* @package Zend_ModuleManager
* @subpackage Listener
*/
abstract class AbstractListener
{
Expand Down
5 changes: 0 additions & 5 deletions src/Listener/AutoloaderListener.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_ModuleManager
*/

namespace Zend\ModuleManager\Listener;
Expand All @@ -16,10 +15,6 @@

/**
* Autoloader listener
*
* @category Zend
* @package Zend_ModuleManager
* @subpackage Listener
*/
class AutoloaderListener extends AbstractListener
{
Expand Down

0 comments on commit a7a5529

Please sign in to comment.