PageEntConf
in package
Read onlyYes
FinalYes
Configuration for a page providing access to a resource fetched from a repository.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$repoFqcn
public
string
$repoFqcn
$title
public
string
$title
Methods
__construct()
public
__construct(string $title, IRepo> $repoFqcn) : mixed
Parameters
- $title : string
- $repoFqcn : IRepo>
-
The repository to fetch the resource.