Interface PhpDocTypedTagInterface

Summary

Fully Qualified Name: Zend\Code\Reflection\DocBlock\Tag\PhpDocTypedTagInterface

Description

Methods

Name Description Defined By
getTypes() Return all types supported by the tag definition PhpDocTypedTagInterface

Method Details

getTypes()

Return all types supported by the tag definition

Returns: string[]

Top