in reply to Who am I? Inheritance question
if ($user->isa('Client')) { $user->method(); } [download]
if ($user->can('method')) { $user->method(); } [download]