PHP 클래스 Newscoop\Entity\UserToken

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$action string
$created DateTime
$token string
$user Newscoop\Entity\User

공개 메소드들

메소드 설명
__construct ( User $user, string $action, string $token )
getCreated ( ) : DateTime Get created

메소드 상세

__construct() 공개 메소드

public __construct ( User $user, string $action, string $token )
$user User
$action string
$token string

getCreated() 공개 메소드

Get created
public getCreated ( ) : DateTime
리턴 DateTime

프로퍼티 상세

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

protected string $action
리턴 string

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

protected DateTime $created
리턴 DateTime

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

protected string $token
리턴 string

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

protected Newscoop\Entity\User $user
리턴 Newscoop\Entity\User