Jyxo\Html::__construct PHP Method

__construct() final public method

Constructor preventing from creating instances of a static class.
final public __construct ( )
    public final function __construct()
    {
        throw new \LogicException(sprintf('Cannot create an instance of a static class %s.', get_class($this)));
    }