RemindersTableCommand::table()

void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void

RemindersTableCommand::__construct()

void __construct(Filesystem $files) Create a new reminder table command instance. Parameters Filesystem $files Return Value void

Renderable

Renderable interface Renderable (View source) Methods string render() Get the evaluated contents of the object.

Renderable::render()

string render() Get the evaluated contents of the object. Return Value string

RenderableInterface

RenderableInterface interface RenderableInterface (View source) Methods string render() Get the evaluated contents of the object.

RenderableInterface::render()

string render() Get the evaluated contents of the object. Return Value string

Repository

Repository class Repository implements Repository, ArrayAccess (View source) Traits Macroable

Repository

Repository class Repository implements ArrayAccess, Repository (View source) Methods void __construct(array $items = array()) Create a new configuration repository. bool has(string $key) Determine if the given configuration value exists. mixed get(string $key, mixed $default = null) Get the specified configuration value. void set(array|string $key, mixed $value = null) Set a given configuration value. void prepend(string $key, mixed $value) Prepend a value onto an arra

Repository

Repository interface Repository (View source) Methods bool has(string $key) Determine if an item exists in the cache. mixed get(string $key, mixed $default = null) Retrieve an item from the cache by key. mixed pull(string $key, mixed $default = null) Retrieve an item from the cache and delete it. void put(string $key, mixed $value, DateTime|float|int $minutes) Store an item in the cache. bool add(string $key, mixed $value, DateTime|float|int $minutes) Store an item in

Repository

Repository interface Repository (View source) Methods bool has(string $key) Determine if the given configuration value exists. mixed get(string $key, mixed $default = null) Get the specified configuration value. array all() Get all of the configuration items for the application. void set(array|string $key, mixed $value = null) Set a given configuration value. void prepend(string $key, mixed $value) Prepend a value onto an array configuration value. void push(strin