PageNotFoundErrorPageReader
in package
implements
ErrorPageReader
Class PageNotFoundErrorPageReader
Interfaces, Classes and Traits
- ErrorPageReader
- Interface ErrorPageReader
Table of Contents
- $configurationService : ConfigurationService
- $errorPagesDir : string
- __construct() : mixed
- PageNotFoundErrorPageReader constructor.
- getType() : string
- getUserFriendlyErrorPageActiveState() : bool
- getUserFriendlyErrorPageFilePath() : string
Properties
$configurationService
private
ConfigurationService
$configurationService
$errorPagesDir
private
string
$errorPagesDir
Methods
__construct()
PageNotFoundErrorPageReader constructor.
public
__construct(ConfigurationService $configurationService, string $errorPagesDir) : mixed
Parameters
- $configurationService : ConfigurationService
- $errorPagesDir : string
Return values
mixed —getType()
public
getType() : string
Tags
Return values
string —getUserFriendlyErrorPageActiveState()
public
getUserFriendlyErrorPageActiveState() : bool
Tags
Return values
bool —getUserFriendlyErrorPageFilePath()
public
getUserFriendlyErrorPageFilePath(string $languageCode) : string
Parameters
- $languageCode : string