Each instance handles a single file.
Parameters
$filestringrequired- Path to the file to load.
Source
public function __construct( $file ) {
$this->file = $file;
}
Each instance handles a single file.
$filestringrequiredpublic function __construct( $file ) {
$this->file = $file;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.