PHP 클래스 WellCommerce\Bundle\AppBundle\Entity\MailerConfiguration

저자: Adam Piotrowski ([email protected])
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$from string
$host string
$pass string
$port integer
$user string

공개 메소드들

메소드 설명
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 )

메소드 상세

getFrom() 공개 메소드

public getFrom ( ) : string
리턴 string

getHost() 공개 메소드

public getHost ( ) : mixed
리턴 mixed

getPass() 공개 메소드

public getPass ( ) : mixed
리턴 mixed

getPort() 공개 메소드

public getPort ( ) : mixed
리턴 mixed

getUser() 공개 메소드

public getUser ( ) : mixed
리턴 mixed

setFrom() 공개 메소드

public setFrom ( string $from )
$from string

setHost() 공개 메소드

public setHost ( mixed $host )
$host mixed

setPass() 공개 메소드

public setPass ( mixed $pass )
$pass mixed

setPort() 공개 메소드

public setPort ( mixed $port )
$port mixed

setUser() 공개 메소드

public setUser ( mixed $user )
$user mixed

프로퍼티 상세

$from 보호되어 있는 프로퍼티

protected string $from
리턴 string

$host 보호되어 있는 프로퍼티

protected string $host
리턴 string

$pass 보호되어 있는 프로퍼티

protected string $pass
리턴 string

$port 보호되어 있는 프로퍼티

protected int $port
리턴 integer

$user 보호되어 있는 프로퍼티

protected string $user
리턴 string