Zend Framework  3.0
Public Member Functions | Protected Attributes | List of all members
PropertyTag Class Reference

Public Member Functions

 getName ()
 
 initialize ($tagDocblockLine)
 Initializer.
 
 getType ()
 
 getTypes ()
 Return all types supported by the tag definition.
 
 getPropertyName ()
 
 getDescription ()
 
 __toString ()
 

Protected Attributes

 $types = []
 
 $propertyName = null
 
 $description = null
 

Member Function Documentation

__toString ( )
getDescription ( )
Returns
null|string
getName ( )
Returns
string

Implements PrototypeInterface.

getPropertyName ( )
Returns
null|string
getType ( )
Returns
null|string
Deprecated:
2.0.4 use getTypes instead
getTypes ( )

Return all types supported by the tag definition.

Returns
string[]

Implements PhpDocTypedTagInterface.

initialize (   $tagDocblockLine)

Initializer.

Parameters
string$tagDocblockLine

Implements TagInterface.

Member Data Documentation

$description = null
protected
$propertyName = null
protected
$types = []
protected