CreatedInterface
- Full name:
\Zemit\Models\Behaviors\Blameable\CreatedInterface
Methods
setCreatedAt
public setCreatedAt(mixed $createdAt): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$createdAt | mixed |
getCreatedAt
public getCreatedAt(): mixed
setCreatedBy
public setCreatedBy(mixed $createdBy): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$createdBy | mixed |
getCreatedBy
public getCreatedBy(): mixed
setCreatedAs
public setCreatedAs(mixed $createdAs): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$createdAs | mixed |
getCreatedAs
public getCreatedAs(): mixed