public function __construct($entity_type) { parent::__construct(); $this->entity_type = $entity_type; }
public function __construct($table) { parent::__construct(); $this->table = $table; }