Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
vendor
/
phpdocumentor
/
reflection-docblock
/
src
/
File Content:
DocBlockFactoryInterface.php
<?php declare (strict_types=1); namespace WPToolkitDependenciesIsolationPrefix\phpDocumentor\Reflection; use WPToolkitDependenciesIsolationPrefix\phpDocumentor\Reflection\DocBlock\Tag; // phpcs:ignore SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming.SuperfluousSuffix interface DocBlockFactoryInterface { /** * Factory method for easy instantiation. * * @param array<string, class-string<Tag>> $additionalTags */ public static function createInstance(array $additionalTags = []) : self; /** * @param string|object $docblock */ public function create($docblock, ?Types\Context $context = null, ?Location $location = null) : DocBlock; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
DocBlock
---
0755
Exception
---
0755
DocBlock.php
5978 bytes
0644
DocBlockFactory.php
12756 bytes
0644
DocBlockFactoryInterface.php
692 bytes
0644
Utils.php
2581 bytes
0644
N4ST4R_ID | Naxtarrr