Repository

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

RenderableInterface::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.

Renderable::render()

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

Renderable

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

RemindersTableCommand::__construct()

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

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::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

RemindersTableCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

RemindersTableCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int