PlannedFile
A file a generator intends to write: its absolute path and full contents.
PlannedFile::__construct()
public function __construct(string $path, string $contents):Parameters
| Name | Type | Description |
|---|---|---|
| $path | string | |
| $contents | string |
A file a generator intends to write: its absolute path and full contents.
public function __construct(string $path, string $contents):| Name | Type | Description |
|---|---|---|
| $path | string | |
| $contents | string |