Example #1
0
 function renderProduct(Product $p, BillingPlan $plan = null, $short = false)
 {
     return $p->defaultRender($plan, $short);
 }