LMongo\Eloquent\Model::setCreatedAt PHP Method

setCreatedAt() public method

Set the value of the "created at" attribute.
public setCreatedAt ( mixed $value ) : void
$value mixed
return void
    public function setCreatedAt($value)
    {
        $this->{static::CREATED_AT} = $value;
    }
Model