*/ public $fields = []; /** * Specifies the column name of the column in the SELECT list that is used to determine the type of the entity instance. * * @var string */ public $discriminatorColumn; }