public addGet (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is GET
abstract public addPost (mixed $pattern, [mixed $paths]) ...
public boolean exists ([string | long $keyName], [long $lifetime]) Checks if cache exists and it hasn’t expired
public stop () Stops output frontend
public dump () Returns a simple representation of the object that can be used with var_dump var_dump($robot->dump());
abstract public static minimum ([mixed $parameters]) ...
public getCode () Returns the message code
abstract public getUploadedFiles ([mixed $onlySuccessful]) ...
public compileString (mixed $viewCode, [mixed $extendsMode]) Compiles a template into a string echo $compiler->compileString('{{ "hello world" }}');
Page 42 of 382