PHP 클래스 Xpressengine\Counter\Models\CounterLog

저자: XE Developers ([email protected])
상속: extends Xpressengine\Database\Eloquent\DynamicModel
파일 보기 프로젝트 열기: xpressengine/xpressengine

공개 프로퍼티들

프로퍼티 타입 설명
$timestamps boolean

보호된 프로퍼티들

프로퍼티 타입 설명
$table string

공개 메소드들

메소드 설명
setUpdatedAt ( mixed $value ) updatedAt column 없음
user ( ) : Illuminate\Database\Eloquent\Relations\HasOne User relationship

메소드 상세

setUpdatedAt() 공개 메소드

updatedAt column 없음
사용 중단: As of 3.0.0-beta6
public setUpdatedAt ( mixed $value )
$value mixed value

user() 공개 메소드

User relationship
public user ( ) : Illuminate\Database\Eloquent\Relations\HasOne
리턴 Illuminate\Database\Eloquent\Relations\HasOne

프로퍼티 상세

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

protected string $table
리턴 string

$timestamps 공개적으로 프로퍼티

public bool $timestamps
리턴 boolean