allowed = $allowed; } public function getAllowed() { return $this->allowed; } public function setBlocked($blocked) { $this->blocked = $blocked; } public function getBlocked() { return $this->blocked; } }