class Illuminate / Support / Carbon

Carbon

Extends

    Carbon\Carbon

Uses

Methods

public static

setTestNow ( $testNow ) : void

{@inheritdoc}

public static

createFromId ( $id ) : Carbon

Create a Carbon instance from a given ordered UUID or ULID.

Parameters

  • $id Ramsey\...\Uuid|Symfony\...\Ulid|string
public

dd ( $args ) : never

Dump the instance and end the script.

Parameters

  • $args mixed
public

dump ( ) : $this

Dump the instance.