protected function getField() { if (!preg_match('/\\.(.*)/', $this->field, $matches)) { return $this->field; } return $matches[1]; }