PHP Trait Components\Model\Traits\Timestampable

Afficher le fichier Open project: phalconslayer/slayer

Protected Properties

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

Méthodes publiques

Méthode Description
beforeCreate ( )
beforeUpdate ( )
getCreatedAt ( )
getUpdatedAt ( )

Method Details

beforeCreate() public méthode

public beforeCreate ( )

beforeUpdate() public méthode

public beforeUpdate ( )

getCreatedAt() public méthode

public getCreatedAt ( )

getUpdatedAt() public méthode

public getUpdatedAt ( )

Property Details

$created_at protected_oe property

protected $created_at

$updated_at protected_oe property

protected $updated_at