category Zend
package Zend_CodeGenerator
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

__construct()

__construct(\const|string $type = self::TYPE_PROPERTY

Parameters

$type

\conststring

 Properties

 

$_type

$_type : \const | string

Default

self::TYPE_PROPERTY

 Constants

 

TYPE_METHOD

TYPE_METHOD = 'method' 
 

TYPE_PROPERTY

TYPE_PROPERTY = 'property'