Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
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
}
Dcp\Mail\DataSource\getMimeType
getMimeType()
Dcp\Mail\DataSource\getName
getName()
Dcp\Mail\DataSource\getData
getData()
Dcp\Mail\DataSource
Definition:
Interface.DataSource.php:9
← centre documentaire
© anakeen