ApiPlatform\SchemaGenerator\Tests\TypesGeneratorTest::getConfig PHP 메소드

getConfig() 개인적인 메소드

private getConfig ( ) : array
리턴 array
    private function getConfig()
    {
        return ['annotationGenerators' => [], 'checkIsGoodRelations' => false, 'namespaces' => ['entity' => 'AppBundle\\Entity'], 'output' => 'build/type-generator-test', 'types' => ['Article' => ['allProperties' => false, 'properties' => ['articleBody' => null, 'articleSection' => null], 'vocabularyNamespace' => TypesGenerator::SCHEMA_ORG_NAMESPACE], 'CreativeWork' => ['allProperties' => false, 'properties' => ['author' => ['cardinality' => CardinalitiesExtractor::CARDINALITY_N_0, 'range' => 'Person'], 'datePublished' => null, 'headline' => null, 'isFamilyFriendly' => null], 'vocabularyNamespace' => TypesGenerator::SCHEMA_ORG_NAMESPACE], 'BlogPosting' => ['allProperties' => true, 'properties' => null, 'vocabularyNamespace' => TypesGenerator::SCHEMA_ORG_NAMESPACE], 'Person' => ['allProperties' => false, 'properties' => [], 'vocabularyNamespace' => TypesGenerator::SCHEMA_ORG_NAMESPACE], 'SocialMediaPosting' => ['allProperties' => true, 'vocabularyNamespace' => TypesGenerator::SCHEMA_ORG_NAMESPACE], 'Thing' => ['allProperties' => true, 'vocabularyNamespace' => TypesGenerator::SCHEMA_ORG_NAMESPACE]], 'generateId' => true, 'useInterface' => false];
    }