Doctrine\OXM\Mapping\Driver\AnnotationDriver::getPaths PHP 메소드

getPaths() 공개 메소드

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