__construct() 공개 메소드

public __construct ( $url = NULL )
예제 #1
0
파일: Url.php 프로젝트: kathynka/Foundation
 public function __construct($url = NULL)
 {
     parent::__construct($url);
     \parse_str($this->getQuery(), $this->queryArray);
 }