Closed tPl0ch closed 10 years ago
By setting $this->eventData[$stream->getId()] to the current eventData in find(), commit() actually knows about the eventData.
$this->eventData[$stream->getId()]
find()
commit()
By setting
$this->eventData[$stream->getId()]
to the current eventData infind()
,commit()
actually knows about the eventData.