PHP Trait Isswp101\Persimmon\Traits\Timestampable

Show file Open project: isswp101/elasticsearch-eloquent

Public Properties

Property Type Description
$created_at string
$updated_at string

Public Methods

Method Description
getCreatedAt ( ) : Carbon\Carbon
getUpdatedAt ( ) : Carbon\Carbon
setCreatedAt ( string $created_at )
setUpdatedAt ( string $updated_at )

Protected Methods

Method Description
fillTimestamp ( )

Method Details

fillTimestamp() protected method

protected fillTimestamp ( )

getCreatedAt() public method

public getCreatedAt ( ) : Carbon\Carbon
return Carbon\Carbon

getUpdatedAt() public method

public getUpdatedAt ( ) : Carbon\Carbon
return Carbon\Carbon

setCreatedAt() public method

public setCreatedAt ( string $created_at )
$created_at string

setUpdatedAt() public method

public setUpdatedAt ( string $updated_at )
$updated_at string

Property Details

$created_at public property

public string $created_at
return string

$updated_at public property

public string $updated_at
return string