private function getDefault() { if (is_callable($this->default)) { return call_user_func($this->default); } return $this->default; }