/**
  * Constructor 
  */
 function TextCommand($text, $enabled, $url)
 {
     parent::Command($text, $enabled);
     $this->url = $url;
 }