class Inspiring

Methods

static string
quote()

Get an inspiring quote.

static Collection
quotes()

Get the collection of inspiring quotes.

static string
formatForConsole(string $quote)

Format the given quote for a pretty console output.

Details

at line 51
static string quote()

Get an inspiring quote.

Return Value

string

at line 59
static Collection quotes()

Get the collection of inspiring quotes.

Return Value

Collection

at line 108
static protected string formatForConsole(string $quote)

Format the given quote for a pretty console output.

Parameters

string $quote

Return Value

string