Webmozart\Console\UI\Layout\BlockLayout::__construct PHP Method

__construct() public method

Creates a new layout.
public __construct ( )
    public function __construct()
    {
        $this->alignment = new LabelAlignment();
    }