equal
deleted
inserted
replaced
12 * obtain it through the world-wide-web, please send an email |
12 * obtain it through the world-wide-web, please send an email |
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_Server |
16 * @package Zend_Server |
17 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
17 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 */ |
19 */ |
20 |
20 |
21 /** |
21 /** |
22 * Zend_Server_Reflection_Node |
22 * Zend_Server_Reflection_Node |
44 * method {@link Zend_Server_Reflection_Prototype prototypes}. |
44 * method {@link Zend_Server_Reflection_Prototype prototypes}. |
45 * |
45 * |
46 * @category Zend |
46 * @category Zend |
47 * @package Zend_Server |
47 * @package Zend_Server |
48 * @subpackage Reflection |
48 * @subpackage Reflection |
49 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
49 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
50 * @license http://framework.zend.com/license/new-bsd New BSD License |
50 * @license http://framework.zend.com/license/new-bsd New BSD License |
51 * @version $Id: Abstract.php 23320 2010-11-12 21:57:29Z alexander $ |
51 * @version $Id: Abstract.php 24593 2012-01-05 20:35:02Z matthew $ |
52 */ |
52 */ |
53 abstract class Zend_Server_Reflection_Function_Abstract |
53 abstract class Zend_Server_Reflection_Function_Abstract |
54 { |
54 { |
55 /** |
55 /** |
56 * @var ReflectionFunction |
56 * @var ReflectionFunction |