996. Class

996.1. Zend\Mvc\Router\Http\Hostname

Hostname route.

996.1.1. Methods

996.1.1.1. __construct

__construct()

Create a new hostname route.

Parameters:
  • string
  • array
  • array

996.1.1.2. factory

factory()

factory(): defined by RouteInterface interface.

Parameters:array|Traversable
Throws ZendMvcRouterExceptionInvalidArgumentException:
 
Return type:Hostname

996.1.1.3. match

match()

match(): defined by RouteInterface interface.

Parameters:Request
Return type:RouteMatch

996.1.1.4. assemble

assemble()

assemble(): Defined by RouteInterface interface.

Parameters:
  • array
  • array
Return type:

mixed

Throws :

ExceptionInvalidArgumentException

996.1.1.5. getAssembledParams

getAssembledParams()

getAssembledParams(): defined by RouteInterface interface.

Return type:array

Project Versions

Table Of Contents

Previous topic

995. Class

Next topic

997. Class

This Page