Returns the uppercased HTTP methods this route is restricted to. So an empty array means that any method is allowed.
array The schemes
public function getMethods() { return $this->methods; }