<?php class Home{ public function Index($params){ Breadcrumbs::Add("Test", "/home"); return new View("Home/index.view"); } }