$route public property
The route (controller ID and action ID, e.g. site/about) to this page. Use array to represent a route with GET parameters. The first element of the array represents the route and the rest of the name-value pairs are treated as GET parameters, e.g. array('site/page', 'name' => 'about').
public string|array $route = null