Constructor.
Parameters
$filestringrequired- File to load.
Source
protected function __construct( string $file ) {
$this->file = $file;
}
Changelog
| Version | Description |
|---|---|
| 6.5.0 | Introduced. |
Constructor.
$filestringrequiredprotected function __construct( string $file ) {
$this->file = $file;
}
| Version | Description |
|---|---|
| 6.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.