예제 #1
0
파일: uri.php 프로젝트: adjaika/J3Base
 /**
  * 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);
 }