PHP 트레잇 Isswp101\Persimmon\Traits\Timestampable

파일 보기 프로젝트 열기: isswp101/elasticsearch-eloquent

공개 프로퍼티들

프로퍼티 타입 설명
$created_at string
$updated_at string

공개 메소드들

메소드 설명
getCreatedAt ( ) : Carbon\Carbon
getUpdatedAt ( ) : Carbon\Carbon
setCreatedAt ( string $created_at )
setUpdatedAt ( string $updated_at )

보호된 메소드들

메소드 설명
fillTimestamp ( )

메소드 상세

fillTimestamp() 보호된 메소드

protected fillTimestamp ( )

getCreatedAt() 공개 메소드

public getCreatedAt ( ) : Carbon\Carbon
리턴 Carbon\Carbon

getUpdatedAt() 공개 메소드

public getUpdatedAt ( ) : Carbon\Carbon
리턴 Carbon\Carbon

setCreatedAt() 공개 메소드

public setCreatedAt ( string $created_at )
$created_at string

setUpdatedAt() 공개 메소드

public setUpdatedAt ( string $updated_at )
$updated_at string

프로퍼티 상세

$created_at 공개적으로 프로퍼티

public string $created_at
리턴 string

$updated_at 공개적으로 프로퍼티

public string $updated_at
리턴 string