PHP Trait Isswp101\Persimmon\Traits\Timestampable

Afficher le fichier Open project: isswp101/elasticsearch-eloquent

Méthodes publiques

Свойство Type Description
$created_at string
$updated_at string

Méthodes publiques

Méthode Description
getCreatedAt ( ) : Carbon\Carbon
getUpdatedAt ( ) : Carbon\Carbon
setCreatedAt ( string $created_at )
setUpdatedAt ( string $updated_at )

Méthodes protégées

Méthode Description
fillTimestamp ( )

Method Details

fillTimestamp() protected méthode

protected fillTimestamp ( )

getCreatedAt() public méthode

public getCreatedAt ( ) : Carbon\Carbon
Résultat Carbon\Carbon

getUpdatedAt() public méthode

public getUpdatedAt ( ) : Carbon\Carbon
Résultat Carbon\Carbon

setCreatedAt() public méthode

public setCreatedAt ( string $created_at )
$created_at string

setUpdatedAt() public méthode

public setUpdatedAt ( string $updated_at )
$updated_at string

Property Details

$created_at public_oe property

public string $created_at
Résultat string

$updated_at public_oe property

public string $updated_at
Résultat string