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