Example #1
0
 public function __construct($url, $options = null)
 {
     $this->_entry = $url;
     parent::__construct($options);
 }
 /**
  * 构造方法
  *
  * @param array $options
  */
 public function __construct($options = null)
 {
     parent::__construct($options);
 }