PHP 클래스 Sylius\Component\Customer\Model\Customer

저자: Michał Marcinkowski ([email protected])
상속: implements Sylius\Component\Customer\Model\CustomerInterface, implements Sylius\Component\Customer\Model\GroupableInterface, use trait Sylius\Component\Resource\Model\TimestampableTrait
파일 보기 프로젝트 열기: sylius/sylius 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$birthday DateTime
$email string
$emailCanonical string
$firstName string
$gender string
$group Sylius\Component\Customer\Model\CustomerGroupInterface
$id mixed
$lastName string
$phoneNumber string
$subscribedToNewsletter boolean

공개 메소드들

메소드 설명
__construct ( )
__toString ( ) : string
getBirthday ( )
getEmail ( )
getEmailCanonical ( )
getFirstName ( )
getFullName ( )
getGender ( )
getGroup ( )
getId ( )
getLastName ( )
getPhoneNumber ( )
isFemale ( )
isMale ( )
isSubscribedToNewsletter ( )
setBirthday ( DateTime $birthday = null )
setEmail ( $email )
setEmailCanonical ( $emailCanonical )
setFirstName ( $firstName )
setGender ( $gender )
setGroup ( Sylius\Component\Customer\Model\CustomerGroupInterface $group = null )
setLastName ( $lastName )
setPhoneNumber ( $phoneNumber )
setSubscribedToNewsletter ( $subscribedToNewsletter )

메소드 상세

__construct() 공개 메소드

public __construct ( )

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getBirthday() 공개 메소드

public getBirthday ( )

getEmail() 공개 메소드

public getEmail ( )

getEmailCanonical() 공개 메소드

public getEmailCanonical ( )

getFirstName() 공개 메소드

public getFirstName ( )

getFullName() 공개 메소드

public getFullName ( )

getGender() 공개 메소드

public getGender ( )

getGroup() 공개 메소드

public getGroup ( )

getId() 공개 메소드

public getId ( )

getLastName() 공개 메소드

public getLastName ( )

getPhoneNumber() 공개 메소드

public getPhoneNumber ( )

isFemale() 공개 메소드

public isFemale ( )

isMale() 공개 메소드

public isMale ( )

isSubscribedToNewsletter() 공개 메소드

setBirthday() 공개 메소드

public setBirthday ( DateTime $birthday = null )
$birthday DateTime

setEmail() 공개 메소드

public setEmail ( $email )

setEmailCanonical() 공개 메소드

public setEmailCanonical ( $emailCanonical )

setFirstName() 공개 메소드

public setFirstName ( $firstName )

setGender() 공개 메소드

public setGender ( $gender )

setGroup() 공개 메소드

public setGroup ( Sylius\Component\Customer\Model\CustomerGroupInterface $group = null )
$group Sylius\Component\Customer\Model\CustomerGroupInterface

setLastName() 공개 메소드

public setLastName ( $lastName )

setPhoneNumber() 공개 메소드

public setPhoneNumber ( $phoneNumber )

setSubscribedToNewsletter() 공개 메소드

public setSubscribedToNewsletter ( $subscribedToNewsletter )

프로퍼티 상세

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

protected DateTime $birthday
리턴 DateTime

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

protected string $email
리턴 string

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

protected string $emailCanonical
리턴 string

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

protected string $firstName
리턴 string

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

protected string $gender
리턴 string

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

protected CustomerGroupInterface,Sylius\Component\Customer\Model $group
리턴 Sylius\Component\Customer\Model\CustomerGroupInterface

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

protected mixed $id
리턴 mixed

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

protected string $lastName
리턴 string

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

protected string $phoneNumber
리턴 string

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

protected bool $subscribedToNewsletter
리턴 boolean