| 1 | <?php |
||
| 16 | final class MemorySource extends AbstractSource |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Constructor. |
||
| 20 | * |
||
| 21 | * @param string $sourceId Source ID |
||
| 22 | * @param Data $data Data |
||
| 23 | * @param string $content Content |
||
| 24 | * @param string $formattedContent Formatted content |
||
| 25 | * @param string $relativePathname Relative Pathname |
||
| 26 | * @param string $filename Filename |
||
| 27 | * @param \SplFileInfo $file File |
||
| 28 | * @param bool $isRaw Is raw? |
||
| 29 | * @param bool $canBeFormatted Can be formatted? |
||
| 30 | * @param bool $hasChanged Has changed? |
||
| 31 | */ |
||
| 32 | 4 | public function __construct( |
|
| 55 | } |
||
| 56 |