Ejemplo n.º 1
0
 /**
  * Start modifications trace
  *
  * @internal
  */
 public function startTrace()
 {
     if (!($this->_state & self::LOADED)) {
         $this->_memManager->load($this, $this->_id);
         $this->_state |= self::LOADED;
     }
     $this->_value->startTrace();
 }