web/lib/Zend/CodeGenerator/Php/Parameter.php
changeset 807 877f952ae2bd
parent 207 621fa6caec0c
child 1230 68c69c656a2c
equal deleted inserted replaced
805:5e7a0fedabdf 807:877f952ae2bd
    13  * to license@zend.com so we can send you a copy immediately.
    13  * to license@zend.com so we can send you a copy immediately.
    14  *
    14  *
    15  * @category   Zend
    15  * @category   Zend
    16  * @package    Zend_CodeGenerator
    16  * @package    Zend_CodeGenerator
    17  * @subpackage PHP
    17  * @subpackage PHP
    18  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    18  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    20  * @version    $Id: Parameter.php 21889 2010-04-16 18:40:50Z juokaz $
    20  * @version    $Id: Parameter.php 24593 2012-01-05 20:35:02Z matthew $
    21  */
    21  */
    22 
    22 
    23 /**
    23 /**
    24  * @see Zend_CodeGenerator_Php_Abstract
    24  * @see Zend_CodeGenerator_Php_Abstract
    25  */
    25  */
    31 require_once 'Zend/CodeGenerator/Php/Parameter/DefaultValue.php';
    31 require_once 'Zend/CodeGenerator/Php/Parameter/DefaultValue.php';
    32 
    32 
    33 /**
    33 /**
    34  * @category   Zend
    34  * @category   Zend
    35  * @package    Zend_CodeGenerator
    35  * @package    Zend_CodeGenerator
    36  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    36  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    37  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    37  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    38  */
    38  */
    39 class Zend_CodeGenerator_Php_Parameter extends Zend_CodeGenerator_Php_Abstract
    39 class Zend_CodeGenerator_Php_Parameter extends Zend_CodeGenerator_Php_Abstract
    40 {
    40 {
    41     /**
    41     /**