TRANSLITERATOR.__CONSTRUCT(3) 1 TRANSLITERATOR.__CONSTRUCT(3)
Transliterator::__construct - Private constructor to deny instantiation
SYNOPSIS
Transliterator::__construct (void )
DESCRIPTION
This method should not be called. Its only purpose is to deny instantiation with the new operator.
Use the factory methods Transliterator::create or Transliterator::createFromRules instead.
PARAMETERS
This function has no parameters.
RETURN VALUES
This method should not be executed. If it is (e.g. through reflection), then its return value is unspecified.
SEE ALSO
Transliterator::create, Transliterator::createFromRules.
PHP Documentation Group TRANSLITERATOR.__CONSTRUCT(3)