ice framework documentation ice doc v1.10.1
Methods
  • getParser() : void
  • __construct(variable $view) : void
    Sleet compiler constructor. Set the view and parser.
  • compile(string $path) : void
    Compile the file.
  • __toString() : void
    Magic toString to get parsed content.
Methods Details
  • public function getParser()

  • public function __construct(variable $view)

    Sleet compiler constructor. Set the view and parser.
  • public function compile(string $path)

    Compile the file.
  • public function __toString()

    Magic toString to get parsed content.