Zend Framework  1.12
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Zend_CodeGenerator_Php_Member_Container Class Reference

Public Member Functions

 __construct ($type=self::TYPE_PROPERTY)
 __construct()
 

Public Attributes

const TYPE_PROPERTY = 'property'
 #@+
 
const TYPE_METHOD = 'method'
 

Protected Attributes

 $_type = self::TYPE_PROPERTY
 

Constructor & Destructor Documentation

__construct (   $type = self::TYPE_PROPERTY)

__construct()

Parameters
const | string$type

Member Data Documentation

$_type = self::TYPE_PROPERTY
protected
const TYPE_METHOD = 'method'
const TYPE_PROPERTY = 'property'

#@+

Parameters
conststring