public function markPending($model) { $hash = spl_object_hash($model); $this->pending[$hash] = $model; }