Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 3 |
| App\Controllers\ContactViewController | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 3 |
| contactTemplateAction | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 3 |
|||
| <?php | |
| namespace App\Controllers; | |
| use \Core\View; | |
| class ContactViewController extends \Core\Controller { | |
| /** | |
| * Show the Cart page | |
| * | |
| * @return void | |
| */ | |
| public function contactTemplateAction() { | |
| View::renderTemplate('contactTemplate.twig', array("name" => "Gehen eh nicht ran!", | |
| "NotWe" => "Wenden Sie sich an Matschi")); | |
| } | |
| } |