public static function AnnotationException::optimizerPlusLoadComments in Service Container 7
Same name and namespace in other branches
- 7.2 modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php \Doctrine\Common\Annotations\AnnotationException::optimizerPlusLoadComments()
Return value
1 call to AnnotationException::optimizerPlusLoadComments()
- AnnotationReader::__construct in modules/
providers/ service_container_annotation_discovery/ lib/ Doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ AnnotationReader.php - Constructor.
File
- modules/
providers/ service_container_annotation_discovery/ lib/ Doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ AnnotationException.php, line 191
Class
- AnnotationException
- Description of AnnotationException
Namespace
Doctrine\Common\AnnotationsCode
public static function optimizerPlusLoadComments() {
return new self("You have to enable opcache.load_comments=1 or zend_optimizerplus.load_comments=1.");
}