Guides

RenderCommand
in package

FinalYes

Table of Contents

Properties

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

Methods

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

Properties

$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|FileSystem $origin, FilesystemInterface|FileSystem $destination, ProjectNode $projectNode[, string $destinationPath = '/' ]) : mixed
Parameters
$outputFormat : string
$documentArray : array<string|int, DocumentNode>
$origin : FilesystemInterface|FileSystem
$destination : FilesystemInterface|FileSystem
$projectNode : ProjectNode
$destinationPath : string = '/'

getDestinationPath()

public getDestinationPath() : string
Return values
string

getOutputFormat()

public getOutputFormat() : string
Return values
string

        
On this page

Search results