SilverCart\Dev\ExtendedBuildTask

Trait to add some enhanced features to any BuildTask.

Synopsis

trait ExtendedBuildTask {
}

Hierarchy

Methods

protected

public

  • getLineBreak() — Returns the line break string for the given environment context (CLI/browser).
  • printLine() — Prints a line to the output.
  • printMessage() — Prints the given $message to the output.