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

Commit

Permalink
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 64 deletions.
4 changes: 0 additions & 4 deletions src/AbstractContainer.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_Navigation
*/

namespace Zend\Navigation;
Expand All @@ -20,9 +19,6 @@
* Zend_Navigation_Container
*
* AbstractContainer class for Zend\Navigation\Page classes.
*
* @category Zend
* @package Zend_Navigation
*/
abstract class AbstractContainer implements Countable, RecursiveIterator
{
Expand Down
5 changes: 0 additions & 5 deletions src/Exception/BadMethodCallException.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_Navigation
*/

namespace Zend\Navigation\Exception;

/**
* Navigation bad method call exception
*
* @category Zend
* @package Zend_Navigation
* @subpackage Exception
*/
class BadMethodCallException extends \BadMethodCallException implements
ExceptionInterface
Expand Down
5 changes: 0 additions & 5 deletions src/Exception/DomainException.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_Navigation
*/

namespace Zend\Navigation\Exception;

/**
* Navigation domain exception
*
* @category Zend
* @package Zend_Navigation
* @subpackage Exception
*/
class DomainException extends \DomainException implements ExceptionInterface
{}
4 changes: 0 additions & 4 deletions src/Exception/ExceptionInterface.php
Expand Up @@ -5,16 +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_Navigation
*/

namespace Zend\Navigation\Exception;

/**
* Navigation exception
*
* @category Zend
* @package Zend_Navigation
*/
interface ExceptionInterface
{
Expand Down
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_Navigation
*/

namespace Zend\Navigation\Exception;

/**
* Navigation invalid argument exception
*
* @category Zend
* @package Zend_Navigation
* @subpackage Exception
*/
class InvalidArgumentException extends \InvalidArgumentException implements
ExceptionInterface
Expand Down
5 changes: 0 additions & 5 deletions src/Exception/OutOfBoundsException.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_Navigation
*/

namespace Zend\Navigation\Exception;

/**
* Navigation out of bounds exception
*
* @category Zend
* @package Zend_Navigation
* @subpackage Exception
*/
class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface
{}
4 changes: 0 additions & 4 deletions src/Navigation.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_Navigation
*/

namespace Zend\Navigation;
Expand All @@ -14,9 +13,6 @@

/**
* A simple container class for {@link Zend_Navigation_Page} pages
*
* @category Zend
* @package Zend_Navigation
*/
class Navigation extends AbstractContainer
{
Expand Down
5 changes: 0 additions & 5 deletions src/Page/AbstractPage.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_Navigation
*/

namespace Zend\Navigation\Page;
Expand All @@ -18,10 +17,6 @@

/**
* Base class for Zend\Navigation\Page pages
*
* @category Zend
* @package Zend_Navigation
* @subpackage Page
*/
abstract class AbstractPage extends AbstractContainer
{
Expand Down
5 changes: 0 additions & 5 deletions src/Page/Mvc.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_Navigation
*/

namespace Zend\Navigation\Page;
Expand All @@ -18,10 +17,6 @@
/**
* Represents a page that is defined using controller, action, route
* name and route params to assemble the href
*
* @category Zend
* @package Zend_Navigation
* @subpackage Page
*/
class Mvc extends AbstractPage
{
Expand Down
5 changes: 0 additions & 5 deletions src/Page/Uri.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_Navigation
*/

namespace Zend\Navigation\Page;
Expand All @@ -14,10 +13,6 @@

/**
* Represents a page that is defined by specifying a URI
*
* @category Zend
* @package Zend_Navigation
* @subpackage Page
*/
class Uri extends AbstractPage
{
Expand Down
4 changes: 0 additions & 4 deletions src/Service/AbstractNavigationFactory.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_Navigation
*/

namespace Zend\Navigation\Service;
Expand All @@ -20,9 +19,6 @@

/**
* Abstract navigation factory
*
* @category Zend
* @package Zend_Navigation
*/
abstract class AbstractNavigationFactory implements FactoryInterface
{
Expand Down
4 changes: 0 additions & 4 deletions src/Service/ConstructedNavigationFactory.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_Navigation
*/

namespace Zend\Navigation\Service;
Expand All @@ -14,9 +13,6 @@

/**
* Constructed factory to set pages during construction.
*
* @category Zend
* @package Zend_Navigation
*/
class ConstructedNavigationFactory extends AbstractNavigationFactory
{
Expand Down
4 changes: 0 additions & 4 deletions src/Service/DefaultNavigationFactory.php
Expand Up @@ -5,16 +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_Navigation
*/

namespace Zend\Navigation\Service;

/**
* Default navigation factory.
*
* @category Zend
* @package Zend_Navigation
*/
class DefaultNavigationFactory extends AbstractNavigationFactory
{
Expand Down
5 changes: 0 additions & 5 deletions src/View/HelperConfig.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_Navigation
*/

namespace Zend\Navigation\View;
Expand All @@ -16,10 +15,6 @@

/**
* Service manager configuration for navigation view helpers
*
* @category Zend
* @package Zend_Navigation
* @subpackage View
*/
class HelperConfig implements ConfigInterface
{
Expand Down

0 comments on commit c00475b

Please sign in to comment.