placeholder = 'user'; $uid = $this->getUserId(); if ($uid === null) { return $optionValue; } return $this->processInput($optionValue, $uid); } }