Guides

ParseDirectoryCommand
in package

FinalYes

Table of Contents

Properties

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

Methods

__construct()  : mixed
getDirectory()  : string
getExclude()  : Exclude
getExcludedSpecification()  : SpecificationInterface|null
getInputFormat()  : string
getOrigin()  : FilesystemInterface|FileSystem
getProjectNode()  : ProjectNode
hasExclude()  : bool

Properties

Methods

__construct()

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

getExcludedSpecification()

public getExcludedSpecification() : SpecificationInterface|null

Specification definition on parse directory is deprecated. Use @{see self::getExclude()} instead.

Return values
SpecificationInterface|null

        
On this page

Search results