class Request

Traits

Properties

protected $posts

Methods

mixed
__get(string $name)

Return the value of the method get{Name}Attribute.

__set(string $name, mixed $value)

Set the value of the method set{Name}Attribute.

__isset(string $name)

Extend the __isset method to check for the method get{Name}Attribute.

__unset(string $name)

Extend the __unset method to check for the method get{Name}Attribute.

bool
hasGetMutator(string $key)

Determine if a get mutator exists for an attribute.

mixed
mutateAttribute(string $key)

Get the value of an attribute using its mutator.

bool
hasSetMutator(string $key)

Determine if a set mutator exists for an attribute.

mixed
setMutatedAttributeValue(string $key, mixed $value)

Set the value of an attribute using its mutator.

__construct()

No description

getMethodAttribute()

No description

verifyNonce($nonce)

No description

get($key, $default = null)

No description

getAsOptions()

No description

getIsAjaxAttribute()

No description

static 
isVerb($verb)

No description

Details

in HasAttributes at line 16
mixed __get(string $name)

Return the value of the method get{Name}Attribute.

Parameters

string $name Usually the protected property name.

Return Value

mixed

in HasAttributes at line 32
__set(string $name, mixed $value)

Set the value of the method set{Name}Attribute.

Parameters

string $name Usually the protected property name.
mixed $value

in HasAttributes at line 45
__isset(string $name)

Extend the __isset method to check for the method get{Name}Attribute.

Parameters

string $name Usually the protected property name.

in HasAttributes at line 58
__unset(string $name)

Extend the __unset method to check for the method get{Name}Attribute.

Parameters

string $name Usually the protected property name.

in HasAttributes at line 72
bool hasGetMutator(string $key)

Determine if a get mutator exists for an attribute.

Parameters

string $key

Return Value

bool

in HasAttributes at line 83
protected mixed mutateAttribute(string $key)

Get the value of an attribute using its mutator.

Parameters

string $key

Return Value

mixed

in HasAttributes at line 94
bool hasSetMutator(string $key)

Determine if a set mutator exists for an attribute.

Parameters

string $key

Return Value

bool

in HasAttributes at line 106
protected mixed setMutatedAttributeValue(string $key, mixed $value)

Set the value of an attribute using its mutator.

Parameters

string $key
mixed $value

Return Value

mixed

at line 17
__construct()

at line 22
getMethodAttribute()

at line 31
verifyNonce($nonce)

Parameters

$nonce

at line 36
get($key, $default = null)

Parameters

$key
$default

at line 54
getAsOptions()

at line 75
getIsAjaxAttribute()

at line 88
static isVerb($verb)

Parameters

$verb