Drest\Mapping\Driver\AbstractDriver::getPaths PHP 메소드

getPaths() 공개 메소드

Get paths to annotation classes
public getPaths ( ) : array
리턴 array
    public function getPaths()
    {
        return $this->paths;
    }