<?php namespace PHPtricks\Logaty\Helpers\Switcher; trait Ul { public function ul() { return $this->render('ul', null); } }
info at phpclasses dot org