API Documentation

Server/Reflection/ReturnValue.php

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_ReturnValue

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_ReturnValue

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: ReturnValue.php 20096 2010-01-06 02:05:09Z bkarwin $
Properties
$_type
$_description
Methods
__construct
getType
setType
getDescription
setDescription

Description

Return value reflection

Stores the return value type and description

Properties

$_description

string $_description = ''

Return value description

Details

$_description
string
visibility
protected
default
final
false
static
false

$_type

string $_type = ''

Return value type

Details

$_type
string
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( string $type = mixed, string $description ) :

Constructor

Arguments
$type
string
Return value type
$description
string
Return value type
Details
visibility
public
final
false
static
false

getDescription

getDescription( ) : string

Retrieve parameter description

Output
string
Details
visibility
public
final
false
static
false

getType

getType( ) : string

Retrieve parameter type

Output
string
Details
visibility
public
final
false
static
false

setDescription

setDescription( string|null $description ) : void

Set parameter description

Arguments
$description
stringnull
Details
visibility
public
final
false
static
false

setType

setType( string|null $type ) : void

Set parameter type

Arguments
$type
stringnull
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.