Constructor.
Parameters
$exceptions
booloptional- Whether to throw exceptions for errors.
Default:
false
Source
public function __construct( $exceptions = false ) {
parent::__construct( $exceptions );
$this->SetLanguage();
}
Changelog
Version | Description |
---|---|
6.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.