Ejemplo n.º 1
0
 /**
  * Constructor 
  */
 function TextCommand($text, $enabled, $url)
 {
     parent::Command($text, $enabled);
     $this->url = $url;
 }