Nom
__construct — Initialize a new instance of the object
Synopsis
__construct(
$options = null
);
Constructor
Takes an optional $options
argument. This argument may be an
associative array or Traversable
object. If not
null, the argument is passed to setOptions()
.