/** * Parse a given URI and populate the class fields. * * @param string $uri The URI string to parse. * * @return boolean True on success. * * @since 11.1 * @note The parent method is protected, this exposes it as public for B/C */ public function parse($uri) { return parent::parse($uri); }