PHP Class Sulu\Bundle\ContactBundle\Entity\EmailType

Inheritance: implements JsonSerializable
Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
addEmail ( Email $emails ) : EmailType Add emails.
getEmails ( ) : Doctrine\Common\Collections\Collection Get emails.
getId ( ) : integer Get id.
getName ( ) : string Get name.
jsonSerialize ( ) : mixed (PHP 5 >= 5.4.0)
Specify data which should be serialized to JSON.
removeEmail ( Email $emails ) Remove emails.
setId ( integer $id ) To force id = 1 in load fixtures.
setName ( string $name ) : EmailType Set name.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

addEmail() public méthode

Add emails.
public addEmail ( Email $emails ) : EmailType
$emails Email
Résultat EmailType

getEmails() public méthode

Get emails.
public getEmails ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getId() public méthode

Get id.
public getId ( ) : integer
Résultat integer

getName() public méthode

Get name.
public getName ( ) : string
Résultat string

jsonSerialize() public méthode

(PHP 5 >= 5.4.0)
Specify data which should be serialized to JSON.
public jsonSerialize ( ) : mixed
Résultat mixed data which can be serialized by json_encode, which is a value of any type other than a resource

removeEmail() public méthode

Remove emails.
public removeEmail ( Email $emails )
$emails Email

setId() public méthode

To force id = 1 in load fixtures.
public setId ( integer $id )
$id integer

setName() public méthode

Set name.
public setName ( string $name ) : EmailType
$name string
Résultat EmailType