__construct() public method

public __construct ( $url = NULL )
Esempio n. 1
0
 public function __construct($url = NULL)
 {
     parent::__construct($url);
     \parse_str($this->getQuery(), $this->queryArray);
 }