name); } $search = strtolower($this->triggerValue); if ($toAccountName == $search) { return true; } return false; } }