DMS\Filter\Mapping\Loader\AnnotationLoader::__construct PHP Method

__construct() public method

Constructor
public __construct ( Doctrine\Common\Annotations\Reader $reader )
$reader Doctrine\Common\Annotations\Reader
    public function __construct(Reader $reader)
    {
        $this->reader = $reader;
        //Register Filter Rules Annotation Namespace
        AnnotationRegistry::registerAutoloadNamespace('DMS\\Filter\\Rules', __DIR__ . '/../../../../');
    }