ApiGen\Generator\GeneratorQueue::addToQueue PHP Method

addToQueue() public method

public addToQueue ( ApiGen\Contracts\Generator\TemplateGenerators\TemplateGeneratorInterface $templateGenerator )
$templateGenerator ApiGen\Contracts\Generator\TemplateGenerators\TemplateGeneratorInterface
    public function addToQueue(TemplateGeneratorInterface $templateGenerator)
    {
        $this->queue[] = $templateGenerator;
    }