Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Interface.DataSource.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 
7 namespace Dcp\Mail;
8 
9 interface DataSource {
10  /**
11  * @return string Mime type
12  */
13  public function getMimeType();
14  /**
15  * @return string Data content
16  */
17  public function getData();
18  /**
19  * @return string Name of content
20  */
21  public function getName();
22 }
← centre documentaire © anakeen