Skip to content

RequestTrait

Type
Trait
Namespace
craft\base
Implemented by
craft\console\Request, craft\web\Request
Since
3.0.0

Request trait.

This provides request methods that are common between craft\web\Request and craft\console\Request.

View source

Public Properties

PropertyDescription
isWebAliasSetDynamicallyboolean
isWebrootAliasSetDynamicallyboolean
scriptFilenamestring – The requested script name being used to access Craft (e.g. “index.

isWebAliasSetDynamically

Type
boolean
Default value
false

View source

isWebrootAliasSetDynamically

Type
boolean
Default value
false

View source

scriptFilename

Type
string
Default value
null

The requested script name being used to access Craft (e.g. “index.php”).

View source

Public Methods

MethodDescription
getScriptFilename()Returns the requested script name being used to access Craft (e.g. “index.php”).

getScriptFilename()

Returns the requested script name being used to access Craft (e.g. “index.php”).

View source

Returns

string

Throws