Adamgoose\Events\Annotations\Scanner::getReader PHP 메소드

getReader() 보호된 메소드

Get an annotation reader instance.
protected getReader ( ) : Doctrine\Common\Annotations\SimpleAnnotationReader
리턴 Doctrine\Common\Annotations\SimpleAnnotationReader
    protected function getReader()
    {
        with($reader = new SimpleAnnotationReader())->addNamespace('Adamgoose\\Events\\Annotations\\Annotations');
        return $reader;
    }