PHP Class WellCommerce\Bundle\AppBundle\Entity\MailerConfiguration

Author: Adam Piotrowski ([email protected])
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$from string
$host string
$pass string
$port integer
$user string

Méthodes publiques

Méthode Description
getFrom ( ) : string
getHost ( ) : mixed
getPass ( ) : mixed
getPort ( ) : mixed
getUser ( ) : mixed
setFrom ( string $from )
setHost ( mixed $host )
setPass ( mixed $pass )
setPort ( mixed $port )
setUser ( mixed $user )

Method Details

getFrom() public méthode

public getFrom ( ) : string
Résultat string

getHost() public méthode

public getHost ( ) : mixed
Résultat mixed

getPass() public méthode

public getPass ( ) : mixed
Résultat mixed

getPort() public méthode

public getPort ( ) : mixed
Résultat mixed

getUser() public méthode

public getUser ( ) : mixed
Résultat mixed

setFrom() public méthode

public setFrom ( string $from )
$from string

setHost() public méthode

public setHost ( mixed $host )
$host mixed

setPass() public méthode

public setPass ( mixed $pass )
$pass mixed

setPort() public méthode

public setPort ( mixed $port )
$port mixed

setUser() public méthode

public setUser ( mixed $user )
$user mixed

Property Details

$from protected_oe property

protected string $from
Résultat string

$host protected_oe property

protected string $host
Résultat string

$pass protected_oe property

protected string $pass
Résultat string

$port protected_oe property

protected int $port
Résultat integer

$user protected_oe property

protected string $user
Résultat string