GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
ezcMail
autoload
mvc_mail_autoload.php
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
mvc_mail_autoload.php
Blame
History
Raw
<?php /** * Autoloader definition for the MvcMailTiein component. * * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License * @version 1.0.1 * @filesource * @package MvcMailTiein */ return array( 'ezcMvcMailTieinException' => 'MvcMailTiein/exceptions/exception.php', 'ezcMvcMailNoDataException' => 'MvcMailTiein/exceptions/no_data.php', 'ezcMvcMailBugzillaRequestFilter' => 'MvcMailTiein/request_filters/bugzilla.php', 'ezcMvcMailRawRequest' => 'MvcMailTiein/structs/request_raw_mail.php', 'ezcMvcMailRequestParser' => 'MvcMailTiein/request_parsers/mail.php', ); ?>