Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DocBlockFactory.php

function DocBlockFactory::__construct

Initializes this factory with the required subcontractors.

File

vendor/phpdocumentor/reflection-docblock/src/DocBlockFactory.php, line 59

Class

DocBlockFactory

Namespace

phpDocumentor\Reflection

Code

public function __construct(DescriptionFactory $descriptionFactory, TagFactory $tagFactory) {
    $this->descriptionFactory = $descriptionFactory;
    $this->tagFactory = $tagFactory;
}
RSS feed
Powered by Drupal