Exemple #1
0
 /**
  *This constructor initializes the $url string variable
  *@param string $url The url request string
  *@return void
  */
 public function __construct($url)
 {
     //assign this value to the $url internal variable
     $this->url = StringUtility::removeTags($url);
 }