Ejemplo n.º 1
0
 public function __construct()
 {
     $this->_listFile = 'vegi420.list';
     $this->_user = '******';
     $this->_userIcon = 'http://i183.photobucket.com/albums/x46/rebelrhoads/MarijuanaLeafPeaceSymbol.jpg';
     parent::__construct();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     if (empty($this->_wordTriggers)) {
         $this->_canRun = false;
         return;
     }
     $this->_canRun = true;
 }