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