Help for this page
if ($user->isa('Client')) { $user->method(); }
if ($user->can('method')) { $user->method(); }