Constructor.
Parameters
$file
stringrequired- File to load.
Source
protected function __construct( string $file ) {
$this->file = $file;
}
Changelog
Version | Description |
---|---|
6.5.0 | Introduced. |
Constructor.
$file
stringrequiredprotected 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.