gyro/core/behaviour/commands/generics/mail.cmd.php
Go to the documentation of this file.00001 <?php 00002 Load::commands('base/mail'); 00003 00004 /** 00005 * Generic overloadable class for sending a mail 00006 * 00007 * This class is empty, since everything is in MailBaseCommand. 00008 * 00009 * MailBaseCommand offers several overloadedble functions, so you can customize your 00010 * application's Mail Command by subclassing it, like this class does. 00011 * 00012 * @author Gerd Riesselmann 00013 * @ingroup Behaviour 00014 */ 00015 class MailCommand extends MailBaseCommand { 00016 }