Skip to content

Files

Latest commit

614e444 · May 1, 2018

History

History
96 lines (66 loc) · 1.39 KB

SourceMap.ru.md

File metadata and controls

96 lines (66 loc) · 1.39 KB

SourceMap

  • класс SourceMap (php\lang\SourceMap)
  • пакет std
  • исходники php/lang/SourceMap.php

Описание

Class SourceMap


Методы


Методы

__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