Lifestream
Interface

Lyrixx\Lifestream\StatusInterface

interface StatusInterface

Describe a status

Methods

string getText()

setText(String $text)

string getUrl()

setUrl(string $url)

Datetime getDate()

setDate(Datetime $date)

array getExtra()

setExtra(array $extra)

string __toString()

Details

at line 13
public string getText()

Return Value

string The text

at line 18
public setText(String $text)

Parameters

String $text The text

at line 23
public string getUrl()

Return Value

string The url to the status

at line 28
public setUrl(string $url)

Parameters

string $url The url to the status

at line 33
public Datetime getDate()

Return Value

Datetime The date

at line 38
public setDate(Datetime $date)

Parameters

Datetime $date The date

at line 43
public array getExtra()

Return Value

array The extra

at line 48
public setExtra(array $extra)

Parameters

array $extra The extra

at line 53
public string __toString()

Return Value

string