You are here

protected function MerciTypeProcessor::newEntity in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Create a new entity.

Parameters

$source: The feeds source that spawns this entity.

Return value

A new entity object.

File

modules/merci_import/MerciTypeProcessor.inc, line 38
Class definition of FeedsNodeProcessor.

Class

MerciTypeProcessor
Creates nodes from feed items.

Code

protected function newEntity(FeedsSource $source) {
  return new stdClass();
}