UseInstructionCollection
in package
FinalYes
Collection of use instructions emitted while building executable results.
Tags
Table of Contents
Properties
- $dataWriters : Set
- $rootUrl : FarahUrl
- $templateUrl : FarahUrl|null
Methods
- __construct() : mixed
- addData() : void
- addDocumentData() : void
- addManifestData() : void
Properties
$dataWriters
public
Set
$dataWriters
$rootUrl
public
FarahUrl
$rootUrl
$templateUrl
public
FarahUrl|null
$templateUrl
= null
Methods
__construct()
public
__construct(FarahUrl $rootUrl) : mixed
Parameters
- $rootUrl : FarahUrl
addData()
public
addData(DOMWriterInterface $dataWriter) : void
Parameters
- $dataWriter : DOMWriterInterface
addDocumentData()
public
addDocumentData(FarahUrl $url, string $name) : void
Parameters
- $url : FarahUrl
- $name : string
addManifestData()
public
addManifestData(FarahUrl $url, string $name) : void
Parameters
- $url : FarahUrl
- $name : string