* @since 2.0 */ class OtherQux extends Object implements QuxInterface { public $b; public function quxMethod() { return 'other_qux'; } }