You are here

public function FustyRequest::isFustyFlowRequest in One Click Upload 7.2

Checks if request is formed by fusty flow

Return value

bool

Overrides Request::isFustyFlowRequest

File

flowphp/src/Flow/FustyRequest.php, line 35

Class

FustyRequest
Class FustyRequest

Namespace

Flow

Code

public function isFustyFlowRequest() {
  return $this->isFusty;
}