PHP Class Purl\Parser

Author: Jonathan H. Wage ([email protected])
Inheritance: implements purl\ParserInterface
Afficher le fichier Open project: jwage/purl

Méthodes publiques

Méthode Description
__construct ( Pdp\Parser $pslParser ) Public constructor
parseUrl ( $url )

Méthodes protégées

Méthode Description
doParseUrl ( string $url ) : array

Method Details

__construct() public méthode

Public constructor
public __construct ( Pdp\Parser $pslParser )
$pslParser Pdp\Parser Public Suffix List parser

doParseUrl() protected méthode

protected doParseUrl ( string $url ) : array
$url string
Résultat array $parsedUrl

parseUrl() public méthode

public parseUrl ( $url )