diff --git a/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php b/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php index be7af41e894..c841f83b297 100644 --- a/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php +++ b/htdocs/adherents/canvas/default/actions_adherentcard_default.class.php @@ -1,7 +1,7 @@ * Copyright (C) 2011 Laurent Destailleur - * Copyright (C) 2012 Philippe Grand + * Copyright (C) 2012-2018 Philippe Grand * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,20 +20,20 @@ /** * \file htdocs/adherents/canvas/default/actions_adherentcard_default.class.php * \ingroup member - * \brief Fichier de la classe Thirdparty adherent card controller (default canvas) + * \brief File of class Thirdparty member card controller (default canvas) */ include_once DOL_DOCUMENT_ROOT.'/adherents/canvas/actions_adherentcard_common.class.php'; /** * \class ActionsAdherentCardDefault - * \brief Classe permettant la gestion des adherents par defaut + * \brief Class allowing the management of the members by default */ class ActionsAdherentCardDefault extends ActionsAdherentCardCommon { /** * Constructor * - * @param DoliDB $db Handler acces base de donnees + * @param DoliDB $db Handler acces data base * @param string $dirmodule Name of directory of module * @param string $targetmodule Name of directory of module where canvas is stored * @param string $canvas Name of canvas @@ -51,7 +51,7 @@ class ActionsAdherentCardDefault extends ActionsAdherentCardCommon /** * Return the title of card * - * @param string $action Code action + * @param string $action Action code * @return string Title */ private function getTitle($action)