Overview

Namespaces

  • Inteve
    • Navigation

Classes

  • Inteve\Navigation\BreadcrumbsControl
  • Inteve\Navigation\MenuControl
  • Inteve\Navigation\Navigation
  • Inteve\Navigation\NavigationItem

Exceptions

  • Inteve\Navigation\DuplicateException
  • Inteve\Navigation\MissingException
  • Inteve\Navigation\NavigationException
  • Overview
  • Namespace
  • Class
 1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 
<?php

    namespace Inteve\Navigation;


    class NavigationException extends \RuntimeException
    {
    }


    class MissingException extends NavigationException
    {
    }


    class DuplicateException extends NavigationException
    {
    }
inteve/navigation v1.0.1 API documentation API documentation generated by ApiGen