You are here

protected property MigrateDestination::$numCreated in Migrate 6.2

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

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

Type: int

File

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

Class

MigrateDestination
Abstract base class for destination handling.

Code

protected $numCreated = 0;