Doctrine\OXM\Mapping\Driver\AnnotationDriver::getPaths PHP Method

getPaths() public method

Retrieve the defined metadata lookup paths.
public getPaths ( ) : array
return array
    public function getPaths()
    {
        return $this->paths;
    }