Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory::onNotFoundMetadata PHP Méthode

onNotFoundMetadata() protected méthode

Override this method to implement a fallback strategy for failed metadata loading
protected onNotFoundMetadata ( string $className ) : Doctrine\Common\Persistence\Mapping\ClassMetadata | null
$className string
Résultat Doctrine\Common\Persistence\Mapping\ClassMetadata | null
    protected function onNotFoundMetadata($className)
    {
        return null;
    }