You are here

protected property MigrateDestination::$numCreated in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 includes/destination.inc \MigrateDestination::numCreated

Maintain stats on the number of destination objects created or updated.

Type: int

File

includes/destination.inc, line 83
Defines base for migration destinations.

Class

MigrateDestination
Abstract base class for destination handling.

Code

protected $numCreated = 0;