PHP Class WellCommerce\Bundle\AppBundle\Entity\MailerConfiguration

Author: Adam Piotrowski ([email protected])
Show file Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$from string
$host string
$pass string
$port integer
$user string

Public Methods

Method 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 method

public getFrom ( ) : string
return string

getHost() public method

public getHost ( ) : mixed
return mixed

getPass() public method

public getPass ( ) : mixed
return mixed

getPort() public method

public getPort ( ) : mixed
return mixed

getUser() public method

public getUser ( ) : mixed
return mixed

setFrom() public method

public setFrom ( string $from )
$from string

setHost() public method

public setHost ( mixed $host )
$host mixed

setPass() public method

public setPass ( mixed $pass )
$pass mixed

setPort() public method

public setPort ( mixed $port )
$port mixed

setUser() public method

public setUser ( mixed $user )
$user mixed

Property Details

$from protected property

protected string $from
return string

$host protected property

protected string $host
return string

$pass protected property

protected string $pass
return string

$port protected property

protected int $port
return integer

$user protected property

protected string $user
return string