Help for this page

Select Code to Download


  1. or download this
    if ($user->isa('Client')) {
       $user->method();
    }
    
  2. or download this
    if ($user->can('method')) {
       $user->method();
    }