__construct() public method

public __construct ( $url = NULL )
コード例 #1
0
ファイル: Url.php プロジェクト: kathynka/Foundation
 public function __construct($url = NULL)
 {
     parent::__construct($url);
     \parse_str($this->getQuery(), $this->queryArray);
 }