Overview

Namespaces

  • HZSystem
    • Core
      • HZMailer
      • Logger
        • Appenders
        • Exceptions
    • Exceptions
  • None

Classes

  • HZSystem\Core\HZConfig
  • HZSystem\Core\HZMailer\hzmailer
  • HZSystem\Core\Logger\Appenders\Appender
  • HZSystem\Core\Logger\Appenders\Appender_db
  • HZSystem\Core\Logger\Appenders\Appender_email
  • HZSystem\Core\Logger\Appenders\Appender_file
  • HZSystem\Core\Logger\Appenders\Appender_firephp
  • HZSystem\Core\Logger\Exceptions\AppenderNotFoundException
  • HZSystem\Core\Logger\Exceptions\LogFileNotFoundException
  • HZSystem\Core\Logger\HZLogger
  • HZSystem\Core\Logger\HZLogRow
  • HZSystem\Exceptions\HZException
  • HZSystem\Exceptions\HzNotApplicableMethodException

Interfaces

  • HZSystem\Exceptions\IException

Functions

  • __autoload
  • hzSystemAutoload
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download
 1: <?php
 2: 
 3:     namespace HZSystem\Core\HZMailer;
 4: 
 5:     /*
 6:      * Copyright (C) 2021 HZKnight
 7:      *
 8:      * This program is free software: you can redistribute it and/or modify
 9:      * it under the terms of the GNU Affero General Public License as published by
10:      * the Free Software Foundation, either version 3 of the License, or
11:      * (at your option) any later version.
12:      *
13:      * This program is distributed in the hope that it will be useful,
14:      * but WITHOUT ANY WARRANTY; without even the implied warranty of
15:      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16:      * GNU Affero General Public License for more details.
17:      *
18:      * You should have received a copy of the GNU Affero General Public License
19:      * along with this program.  If not, see <http://www.gnu.org/licenses/agpl-3.0.html>.
20:      */
21:     
22:     /**
23:      *  Semplice classe per l'invio di email 
24:      *
25:      *  @author  Luca Liscio <lucliscio@h0model.org>
26:      *  @version 0.0.1 2016/08/03 19:01:20
27:      *  @copyright 2021 HZKnight
28:      *  @license http://www.gnu.org/licenses/agpl-3.0.html GNU/AGPL3
29:      *
30:      *  @package hzSystem
31:      *  @subpackage Core\Logger
32:      *  @filesource
33:      * 
34:      *  @todo Not Implemented 
35:      */
36:     
37:     class hzmailer {
38:         //put your code here
39:     }
40: 
hzsystem API documentation generated by ApiGen