The League of Extraordinary Packages

Our Packages:

Presented by The League of Extraordinary Packages

Getting Started

Styling

Arguments

Terminal Objects

Tab

The tab method does exactly that, inserts a tab:

$climate->tab()->out('I am all sorts of indented.');
$climate->tab()->tab()->tab()->out('I am even more indented.');

It can also insert multiple tabs:

$climate->tab(7)->out('I am extremely indented.');