コード例 #1
0
 /**
  * Convenience method for testing protected method
  *
  * @param string|array $uri URI to parse
  * @param boolean|array $base If true use default URI config, otherwise indexed array to set 'scheme', 'host', 'port', etc.
  * @return array Parsed URI
  */
 public function parseUri($uri = null, $base = array())
 {
     return parent::_parseUri($uri, $base);
 }