PHP Class Xpressengine\Counter\Models\CounterLog

Author: XE Developers ([email protected])
Inheritance: extends Xpressengine\Database\Eloquent\DynamicModel
Show file Open project: xpressengine/xpressengine

Public Properties

Property Type Description
$timestamps boolean

Protected Properties

Property Type Description
$table string

Public Methods

Method Description
setUpdatedAt ( mixed $value ) updatedAt column 없음
user ( ) : Illuminate\Database\Eloquent\Relations\HasOne User relationship

Method Details

setUpdatedAt() public method

updatedAt column 없음
Deprecation: As of 3.0.0-beta6
public setUpdatedAt ( mixed $value )
$value mixed value

user() public method

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

Property Details

$table protected property

protected string $table
return string

$timestamps public property

public bool $timestamps
return boolean