Guides

RenderCommand
in package

FinalYes

Table of Contents

Properties

$destination  : FilesystemInterface
$destinationPath  : string
$documentArray  : array<string|int, mixed>
$documentIterator  : DocumentListIterator
$origin  : FilesystemInterface
$outputFormat  : string
$projectNode  : ProjectNode

Methods

__construct()  : mixed
getDestination()  : FilesystemInterface
getDestinationPath()  : string
getDocumentArray()  : array<string|int, DocumentNode>
getDocumentIterator()  : DocumentListIterator
getOrigin()  : FilesystemInterface
getOutputFormat()  : string
getProjectNode()  : ProjectNode

Properties

$destination read-only

private FilesystemInterface $destination

$destinationPath read-only

private string $destinationPath = '/'

$documentArray read-only

private array<string|int, mixed> $documentArray

Methods

__construct()

public __construct(string $outputFormat, array<string|int, DocumentNode$documentArray, FilesystemInterface $origin, FilesystemInterface $destination, ProjectNode $projectNode[, string $destinationPath = '/' ]) : mixed
Parameters
$outputFormat : string
$documentArray : array<string|int, DocumentNode>
$origin : FilesystemInterface
$destination : FilesystemInterface
$projectNode : ProjectNode
$destinationPath : string = '/'

getDestination()

public getDestination() : FilesystemInterface
Return values
FilesystemInterface

getDestinationPath()

public getDestinationPath() : string
Return values
string

getOrigin()

public getOrigin() : FilesystemInterface
Return values
FilesystemInterface

getOutputFormat()

public getOutputFormat() : string
Return values
string

        
On this page

Search results