public property EntityDependencyIterator::$checked in Entity Dependency API 7
Keeps track of entities that have already been checked for dependencies.
Type: array
File
- ./
EntityDependencyIterator.inc, line 75 - Entity Dependency classes.
Class
- EntityDependencyIterator
- Iterator class which does the heavy lifting for detecting dependencies.
Code
public $checked = array();