1632. Class

1632.1. Zend\Server\AbstractServer

Abstract Server implementation

1632.1.1. Methods

1632.1.1.1. __construct

__construct()

Constructor

Setup server description

1632.1.1.2. getFunctions

getFunctions()

Returns a list of registered methods

Returns an array of method definitions.

Return type:Definition

1632.1.1.3. _buildCallback

_buildCallback()

Build callback for method signature

Parameters:ReflectionAbstractFunction
Return type:MethodCallback

1632.1.1.4. _buildSignature

_buildSignature()

Build a method signature

Parameters:
  • ReflectionAbstractFunction
  • null|string|object
Return type:

MethodDefinition

Throws :

ExceptionRuntimeException on duplicate entry

1632.1.1.5. _dispatch

_dispatch()

Dispatch method

Parameters:
  • MethodDefinition
  • array
Return type:

mixed

1632.1.1.6. _fixType

_fixType()

Map PHP type to protocol type

Parameters:string
Return type:string

Project Versions

Table Of Contents

Previous topic

1631. Class

Next topic

1633. Class

This Page