PHP Class Purl\Parser

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

Public Methods

Method Description
__construct ( Pdp\Parser $pslParser ) Public constructor
parseUrl ( $url )

Protected Methods

Method Description
doParseUrl ( string $url ) : array

Method Details

__construct() public method

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

doParseUrl() protected method

protected doParseUrl ( string $url ) : array
$url string
return array $parsedUrl

parseUrl() public method

public parseUrl ( $url )