setEditing($editing); } /** * Get editing protection * * @return string */ public function getEditing() { return $this->editing; } /** * Set editing protection * * @param string $editing * @return self */ public function setEditing($editing = null) { $this->editing = $editing; return $this; } }