. * */ namespace Vvveb\Controller\Default; use Vvveb\Controller\Listing; #[\AllowDynamicProperties] class Index extends Listing { protected $type = ''; function __construct() { $urlData = \Vvveb\System\Routes::getUrlData(); $this->type = $urlData['schema']; } }