Example #1
0
/**
 * Returns a routed last uri segment.
 * @return string
 */
function uriLastSegment()
{
    return Router::getLastSegment();
}