Darken\Web\Request

class

Methods

Method Details

public mixed getQueryParam (string $name, mixed $default) Request.php#13
$name string
$default mixed
Return mixed
public mixed getPostParam (string $name, mixed $default) Request.php#18
$name string
$default mixed
Return mixed
public mixed getBodyParam (string $name, mixed $default) Request.php#23
$name string
$default mixed
Return mixed