API Documentation

Server/Reflection/Prototype.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_Reflection_Prototype

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_Reflection_Prototype

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
subpackage
Reflection
version
$Id: Prototype.php 20096 2010-01-06 02:05:09Z bkarwin $
Methods
__construct
getReturnType
getReturnValue
getParameters

Description

Method/Function prototypes

Contains accessors for the return value and all method arguments.

Methods

__construct

__construct( Zend_Server_Reflection_ReturnValue $return, array $params = null ) : void

Constructor

Arguments
$return
Zend_Server_Reflection_ReturnValue
$params
array
Details
visibility
public
final
false
static
false

getParameters

getParameters( ) : array

Retrieve method parameters

Output
array
Array of {@link Zend_Server_Reflection_Parameter}s
Details
visibility
public
final
false
static
false

getReturnType

getReturnType( ) : string

Retrieve return type

Output
string
Details
visibility
public
final
false
static
false

getReturnValue

getReturnValue( ) : Zend_Server_Reflection_ReturnValue

Retrieve the return value object

Details
visibility
public
final
false
static
false
access
public
Documentation was generated by DocBlox.