Skip to content

Latest commit

 

History

History
96 lines (66 loc) · 1.36 KB

SourceMap.md

File metadata and controls

96 lines (66 loc) · 1.36 KB

SourceMap

  • class SourceMap (php\lang\SourceMap)
  • package std
  • source php/lang/SourceMap.php

Description

Class SourceMap


Methods


Methods

__construct()

__construct(string $moduleName): void

getModuleName()

getModuleName(): string

getSourceLine()

getSourceLine(int $compiledLine): int

getCompiledLine()

getCompiledLine(int $sourceLine): int

insertLines()

insertLines(array $inserts, int $allCountLines): void

addLine()

addLine(int $sourceLine, int $compiledLine): void

clear()

clear(): void

Remove all lines.


toArray()

toArray(): array