PropertyTag
in package
implements
TagInterface, PhpDocTypedTagInterface
Interfaces, Classes, Traits and Enums
Table of Contents
- $description : string
- $propertyName : string
- $types : array<string|int, mixed>
- __toString() : mixed
- getDescription() : null|string
- getName() : string
- getPropertyName() : null|string
- getType() : null|string
- getTypes() : array<string|int, string>
- Return all types supported by the tag definition
- initialize() : void
- Initializer
Properties
$description
protected
string
$description
$propertyName
protected
string
$propertyName
$types
protected
array<string|int, mixed>
$types
= []
Methods
__toString()
public
__toString() : mixed
Return values
mixed —getDescription()
public
getDescription() : null|string
Return values
null|string —getName()
public
getName() : string
Return values
string —getPropertyName()
public
getPropertyName() : null|string
Return values
null|string —getType()
public
getType() : null|string
Tags
Return values
null|string —getTypes()
Return all types supported by the tag definition
public
getTypes() : array<string|int, string>
Return values
array<string|int, string> —initialize()
Initializer
public
initialize(string $tagDocblockLine) : void
Parameters
- $tagDocblockLine : string