PHP Mini Documentation

RequestInterface

PHP Mini Framework

Tags
copyright

busarm.com

license

https://github.com/Busarm/php-mini/blob/master/LICENSE (MIT License)

codeCoverageIgnore

Table of Contents

baseUrl()  : string
content()  : mixed
contentType()  : string
cookie()  : AttributeBag
currentUrl()  : string
domain()  : string
file()  : AttributeBag
header()  : AttributeBag
host()  : string
ip()  : string
method()  : string
query()  : AttributeBag
request()  : AttributeBag
scheme()  : string
segments()  : array<string|int, mixed>
server()  : AttributeBag
session()  : SessionBag
uri()  : string
withUri()  : self

Methods

contentType()

public contentType() : string
Tags
Return values
string

segments()

public segments() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

withUri()

public withUri(UriInterface $uri) : self
Parameters
$uri : UriInterface
Tags
Return values
self

        

Search results