in reply to Re: Inheritance and module cross dependencies
in thread Inheritance and module cross dependencies

No. You check if $lecturer is a LECTURER using the isa method, as in
if( $lecturer->isa('LECTURER') )