ApiGen\Generator\TemplateGenerators\SourceCodeGenerator::isAllowed PHP Method

isAllowed() public method

public isAllowed ( )
    public function isAllowed()
    {
        return $this->configuration->getOption(CO::SOURCE_CODE);
    }