METRO TASK: syntax & comments in classes

This commit is contained in:
Benjamin Sonntag 2012-08-28 08:59:05 +00:00
parent e1223901ab
commit 2f18f271ca
6 changed files with 110 additions and 111 deletions

View File

@ -1,36 +1,34 @@
<?php <?php
/* /*
$Id: m_ftp.php,v 1.12 2005/12/18 09:51:32 benjamin Exp $ ----------------------------------------------------------------------
---------------------------------------------------------------------- AlternC - Web Hosting System
LICENSE Copyright (C) 2000-2012 by the AlternC Development Team.
https://alternc.org/
This program is free software; you can redistribute it and/or ----------------------------------------------------------------------
modify it under the terms of the GNU General Public License (GPL) LICENSE
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version. This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License (GPL)
This program is distributed in the hope that it will be useful, as published by the Free Software Foundation; either version 2
but WITHOUT ANY WARRANTY; without even the implied warranty of of the License, or (at your option) any later version.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
To read the license please visit http://www.gnu.org/copyleft/gpl.html MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
---------------------------------------------------------------------- GNU General Public License for more details.
Original Author of file: Benjamin Sonntag
Purpose of file: Manage FTP accounts To read the license please visit http://www.gnu.org/copyleft/gpl.html
---------------------------------------------------------------------- ----------------------------------------------------------------------
Purpose of file: Manage FTP accounts
----------------------------------------------------------------------
*/ */
/** /**
* Classe de gestion des comptes FTP de l'hébergé. * Classe de gestion des comptes FTP de l'hébergé.
*
* Cette classe permet de gérer les Comptes FTP d'un membre hébergé.<br />
* Copyleft {@link http://alternc.net/ AlternC Team}
*
* @copyright AlternC-Team 2002-11-01 http://alternc.net/
*
*/ */
class m_ftp { class m_ftp {
/* ----------------------------------------------------------------- */ /* ----------------------------------------------------------------- */
/** /**
* Constructeur * Constructeur

View File

@ -1,23 +1,28 @@
<?php <?php
/* /*
LICENSE ----------------------------------------------------------------------
AlternC - Web Hosting System
Copyright (C) 2000-2012 by the AlternC Development Team.
https://alternc.org/
----------------------------------------------------------------------
LICENSE
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License (GPL) modify it under the terms of the GNU General Public License (GPL)
as published by the Free Software Foundation; either version 2 as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version. of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
To read the license please visit http://www.gnu.org/copyleft/gpl.html To read the license please visit http://www.gnu.org/copyleft/gpl.html
---------------------------------------------------------------------- ----------------------------------------------------------------------
Original Author of file: Camille Lafitte Purpose of file: Manage hook system.
Purpose of file: Manage hook system. ----------------------------------------------------------------------
----------------------------------------------------------------------
*/ */
/** /**
* This class manage hooks. * This class manage hooks.
* *
@ -67,4 +72,3 @@ class m_hooks {
} /* Class hooks */ } /* Class hooks */
?>

View File

@ -1,35 +1,31 @@
<?php <?php
/* /*
$Id: m_log.php,v 1.4 2004/05/19 14:23:06 benjamin Exp $ ----------------------------------------------------------------------
---------------------------------------------------------------------- AlternC - Web Hosting System
LICENSE Copyright (C) 2000-2012 by the AlternC Development Team.
https://alternc.org/
This program is free software; you can redistribute it and/or ----------------------------------------------------------------------
modify it under the terms of the GNU General Public License (GPL) LICENSE
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version. This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License (GPL)
This program is distributed in the hope that it will be useful, as published by the Free Software Foundation; either version 2
but WITHOUT ANY WARRANTY; without even the implied warranty of of the License, or (at your option) any later version.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
To read the license please visit http://www.gnu.org/copyleft/gpl.html MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
---------------------------------------------------------------------- GNU General Public License for more details.
Original Author of file: Steven Lerider
---------------------------------------------------------------------- To read the license please visit http://www.gnu.org/copyleft/gpl.html
----------------------------------------------------------------------
Purpose of file: Manage Log files for users
----------------------------------------------------------------------
*/ */
/** /**
* Classe de gestion des erreurs apparaissant lors d'appels API. * Classe de gestion des erreurs apparaissant lors d'appels API.
*
* <p>Cette classe gère les logs utilisasteurs
* </p>
* Copyleft {@link http://alternc.net/ AlternC Team}
*
* @copyright AlternC-Team 2002-11-01 http://alternc.net/
*/ */
class m_log { class m_log {
function m_log(){ function m_log(){

View File

@ -1,26 +1,26 @@
<?php <?php
/* /*
---------------------------------------------------------------------- ----------------------------------------------------------------------
AlternC - Web Hosting System AlternC - Web Hosting System
Copyright (C) 2000-2012 by the AlternC Development Team. Copyright (C) 2000-2012 by the AlternC Development Team.
https://alternc.org/ https://alternc.org/
---------------------------------------------------------------------- ----------------------------------------------------------------------
LICENSE LICENSE
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License (GPL) modify it under the terms of the GNU General Public License (GPL)
as published by the Free Software Foundation; either version 2 as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version. of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
To read the license please visit http://www.gnu.org/copyleft/gpl.html To read the license please visit http://www.gnu.org/copyleft/gpl.html
---------------------------------------------------------------------- ----------------------------------------------------------------------
Purpose of file: Manage Email accounts and aliases. Purpose of file: Manage Email accounts and aliases.
---------------------------------------------------------------------- ----------------------------------------------------------------------
*/ */
/** /**

View File

@ -1,27 +1,26 @@
<?php <?php
/* /*
---------------------------------------------------------------------- ----------------------------------------------------------------------
AlternC - Web Hosting System AlternC - Web Hosting System
Copyright (C) 2000-2012 by the AlternC Development Team. Copyright (C) 2000-2012 by the AlternC Development Team.
https://alternc.org/ https://alternc.org/
---------------------------------------------------------------------- ----------------------------------------------------------------------
LICENSE LICENSE
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License (GPL) modify it under the terms of the GNU General Public License (GPL)
as published by the Free Software Foundation; either version 2 as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version. of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
To read the license please visit http://www.gnu.org/copyleft/gpl.html To read the license please visit http://www.gnu.org/copyleft/gpl.html
---------------------------------------------------------------------- ----------------------------------------------------------------------
Purpose of file: Manage piwik Statistics set Purpose of file: Manage piwik Statistics set
---------------------------------------------------------------------- ----------------------------------------------------------------------
*/ */
/** /**

View File

@ -1,6 +1,9 @@
<?php <?php
/* /*
$Id: m_trash.php,v 0.1 2010/11/17 15:51:00 fufroma Exp $ ----------------------------------------------------------------------
AlternC - Web Hosting System
Copyright (C) 2000-2012 by the AlternC Development Team.
https://alternc.org/
---------------------------------------------------------------------- ----------------------------------------------------------------------
LICENSE LICENSE
@ -16,7 +19,6 @@
To read the license please visit http://www.gnu.org/copyleft/gpl.html To read the license please visit http://www.gnu.org/copyleft/gpl.html
---------------------------------------------------------------------- ----------------------------------------------------------------------
Original Author of file: Alan Garcia
Purpose of file: Manage trash class Purpose of file: Manage trash class
---------------------------------------------------------------------- ----------------------------------------------------------------------
*/ */