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