1: <?php 2: 3: namespace HZSystem\Core\Logger\Appenders; 4: 5: /** 6: * @author Luca Liscio 7: * @todo Not Implemented 8: */ 9: class Appender_email extends Appender { 10: 11: public function add($log_row){ 12: 13: } 14: 15: public function get_log($start=0,$stop){ 16: 17: } 18: 19: }