Lggr
Public Member Functions | Static Public Member Functions | List of all members
phpDocumentor\Reflection\DocBlockFactoryInterface Interface Reference
Inheritance diagram for phpDocumentor\Reflection\DocBlockFactoryInterface:
Inheritance graph
[legend]

Public Member Functions

 create ($docblock, ?Types\Context $context=null, ?Location $location=null)
 

Static Public Member Functions

static createInstance (array $additionalTags=[])
 

Member Function Documentation

◆ create()

phpDocumentor\Reflection\DocBlockFactoryInterface::create (   $docblock,
?Types\Context  $context = null,
?Location  $location = null 
)
Parameters
string | object$docblock

Implemented in phpDocumentor\Reflection\DocBlockFactory.

◆ createInstance()

static phpDocumentor\Reflection\DocBlockFactoryInterface::createInstance ( array  $additionalTags = [])
static

Factory method for easy instantiation.

Parameters
array<string,class-string<Tag>>$additionalTags

Implemented in phpDocumentor\Reflection\DocBlockFactory.


The documentation for this interface was generated from the following file: