PHP 클래스 Mailgun\Resource\Api\Stats\AllResponseItem

저자: Tobias Nyholm ([email protected])
파일 보기 프로젝트 열기: mailgun/mailgun-php 1 사용 예제들

공개 메소드들

메소드 설명
create ( array $data ) : self
getCreatedAt ( ) : DateTime
getEvent ( ) : string
getId ( ) : string
getTags ( ) : string[]
getTotalCount ( ) : string

비공개 메소드들

메소드 설명
__construct ( string $id, string $event, string $totalCount, array $tags, DateTime $createdAt )

메소드 상세

create() 공개 정적인 메소드

public static create ( array $data ) : self
$data array
리턴 self

getCreatedAt() 공개 메소드

public getCreatedAt ( ) : DateTime
리턴 DateTime

getEvent() 공개 메소드

public getEvent ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : string
리턴 string

getTags() 공개 메소드

public getTags ( ) : string[]
리턴 string[]

getTotalCount() 공개 메소드

public getTotalCount ( ) : string
리턴 string