Пример #1
0
 public function __construct($aggregateRootClassName = NULL)
 {
     parent::__construct($aggregateRootClassName);
     // Store the current time inside the repository for an easier-to-access syntax.
     $this->executionTime =& $GLOBALS['SIM_EXEC_TIME'];
 }