class Inspiring (View source)

Methods

static string
quote()

Get an inspiring quote.

static Collection
quotes()

Get the collection of inspiring quotes.

static string
formatForConsole(string $quote)

Formats the given quote for a pretty console output.

Details

static string quote()

Get an inspiring quote.

Taylor & Dayle made this commit from Jungfraujoch. (11,333 ft.)

May McGinnis always control the board. #LaraconUS2015

RIP Charlie - Feb 6, 2018

Return Value

string

static Collection quotes()

Get the collection of inspiring quotes.

Return Value

Collection

static protected string formatForConsole(string $quote)

Formats the given quote for a pretty console output.

Parameters

string $quote

Return Value

string