web/lib/Zend/Log/Formatter/Abstract.php
changeset 1230 68c69c656a2c
parent 808 6b6c2214f778
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
    13  * to license@zend.com so we can send you a copy immediately.
    13  * to license@zend.com so we can send you a copy immediately.
    14  *
    14  *
    15  * @category   Zend
    15  * @category   Zend
    16  * @package    Zend_Log
    16  * @package    Zend_Log
    17  * @subpackage Formatter
    17  * @subpackage Formatter
    18  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    18  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    20  * @version    $Id: Abstract.php 24593 2012-01-05 20:35:02Z matthew $
    20  * @version    $Id$
    21  */
    21  */
    22 
    22 
    23 /** @see Zend_Log_Formatter_Interface */
    23 /** @see Zend_Log_Formatter_Interface */
    24 require_once 'Zend/Log/Formatter/Interface.php';
    24 require_once 'Zend/Log/Formatter/Interface.php';
    25 
    25 
    28 
    28 
    29 /**
    29 /**
    30  * @category   Zend
    30  * @category   Zend
    31  * @package    Zend_Log
    31  * @package    Zend_Log
    32  * @subpackage Formatter
    32  * @subpackage Formatter
    33  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    33  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    34  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    34  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    35  * @version    $Id: Abstract.php 24593 2012-01-05 20:35:02Z matthew $
    35  * @version    $Id$
    36  */
    36  */
    37 abstract class Zend_Log_Formatter_Abstract
    37 abstract class Zend_Log_Formatter_Abstract
    38     implements Zend_Log_Formatter_Interface, Zend_Log_FactoryInterface
    38     implements Zend_Log_Formatter_Interface, Zend_Log_FactoryInterface
    39 {
    39 {
    40 }
    40 }