Example #1
0
function link_to_show($object, $title = null, $attributes = null)
{
    return ResourceRoute::link_to_show($object, $title, $attributes);
}