Guides

ParseFileCommand
in package

FinalYes

Table of Contents

Properties

$directory  : string
$extension  : string
$file  : string
$initialHeaderLevel  : int
$isRoot  : bool
$origin  : FilesystemInterface
$projectNode  : ProjectNode

Methods

__construct()  : mixed
getDirectory()  : string
getExtension()  : string
getFile()  : string
getInitialHeaderLevel()  : int
getOrigin()  : FilesystemInterface
getProjectNode()  : ProjectNode
isRoot()  : bool

Properties

Methods

__construct()

public __construct(FilesystemInterface $origin, string $directory, string $file, string $extension, int $initialHeaderLevel, ProjectNode $projectNode, bool $isRoot) : mixed
Parameters
$origin : FilesystemInterface
$directory : string
$file : string
$extension : string
$initialHeaderLevel : int
$projectNode : ProjectNode
$isRoot : bool

getInitialHeaderLevel()

public getInitialHeaderLevel() : int
Return values
int

getOrigin()

public getOrigin() : FilesystemInterface
Return values
FilesystemInterface

        
On this page

Search results