API Documentation

Server/Abstract.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Server
Classes
Zend_Server_Abstract

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Server_Abstract

Implements
Zend_Server_Interface
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Server
version
$Id: Abstract.php 20096 2010-01-06 02:05:09Z bkarwin $
Properties
$magic_methods
$_overwriteExistingMethods
$_table
Methods
__construct
getFunctions
lowerCase
_buildCallback
_buildSignature
_dispatch
_fixType

Description

Zend_Server_Abstract

Properties

$_overwriteExistingMethods

bool $_overwriteExistingMethods = 'false'

Details

$_overwriteExistingMethods
bool
Flag; whether or not overwriting existing methods is allowed
visibility
protected
default
false
final
false
static
false

$_table

Zend_Server_Definition $_table = ''

Details

$_table
Zend_Server_Definition
visibility
protected
default
final
false
static
false

$magic_methods

array $magic_methods = 'array'

Details

$magic_methods
array
List of PHP magic methods (lowercased)
visibility
protected
default
array
final
false
static
true
deprecated

Methods

__construct

__construct( ) : void

Constructor

Setup server description

Details
visibility
public
final
false
static
false

_buildCallback

_buildCallback( Zend_Server_Reflection_Function_Abstract $reflection ) : Zend_Server_Method_Callback

Build callback for method signature

Arguments
$reflection
Zend_Server_Reflection_Function_Abstract
Details
visibility
protected
final
false
static
false

_buildSignature

_buildSignature( Zend_Server_Reflection_Function_Abstract $reflection, null|string|object $class = null ) : Zend_Server_Method_Definition

Build a method signature

Arguments
$reflection
Zend_Server_Reflection_Function_Abstract
$class
nullstringobject
Details
visibility
protected
final
false
static
false
throws
on duplicate entry

_dispatch

_dispatch( Zend_Server_Method_Definition $invocable, array $params ) : mixed

Dispatch method

Arguments
$invocable
Zend_Server_Method_Definition
$params
array
Output
mixed
Details
visibility
protected
final
false
static
false

_fixType

_fixType( string $type ) : string

Map PHP type to protocol type

Arguments
$type
string
Output
string
Details
visibility
protected
final
false
static
false

getFunctions

getFunctions( ) : Zend_Server_Definition

Returns a list of registered methods

Returns an array of method definitions.

Details
visibility
public
final
false
static
false

lowerCase

lowerCase(  $value, string $key ) : string

Lowercase a string

Lowercase's a string by reference

Arguments
$value
$key
string
Output
string
Lower cased string
Details
visibility
public
final
false
static
true
deprecated
Documentation was generated by DocBlox.