Guides

ParseDirectoryCommand
in package

FinalYes

Table of Contents

Properties

$directory  : string
$excludedSpecification  : SpecificationInterface|null
$inputFormat  : string
$origin  : FilesystemInterface
$projectNode  : ProjectNode

Methods

__construct()  : mixed
getDirectory()  : string
getExcludedSpecification()  : SpecificationInterface|null
getInputFormat()  : string
getOrigin()  : FilesystemInterface
getProjectNode()  : ProjectNode

Properties

$excludedSpecification read-only

private SpecificationInterface|null $excludedSpecification = null

Methods

__construct()

public __construct(FilesystemInterface $origin, string $directory, string $inputFormat, ProjectNode $projectNode[, SpecificationInterface|null $excludedSpecification = null ]) : mixed
Parameters
$origin : FilesystemInterface
$directory : string
$inputFormat : string
$projectNode : ProjectNode
$excludedSpecification : SpecificationInterface|null = null

getExcludedSpecification()

public getExcludedSpecification() : SpecificationInterface|null
Return values
SpecificationInterface|null

        
On this page

Search results