Drest\Mapping\Driver\AbstractDriver::getPaths PHP Method

getPaths() public method

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