コード例 #1
0
 /**
  * Constructor
  *
  * @param string url The URL
  */
 public function __construct($url)
 {
     parent::__construct($url);
     $this->extract();
 }