Man Page: transliterator.__construct
Operating Environment: php
Section: 3
TRANSLITERATOR.__CONSTRUCT(3) 1 TRANSLITERATOR.__CONSTRUCT(3) Transliterator::__construct - Private constructor to deny instantiationSYNOPSISTransliterator::__construct (void )DESCRIPTIONThis 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.PARAMETERSThis function has no parameters.RETURN VALUESThis method should not be executed. If it is (e.g. through reflection), then its return value is unspecified.SEE ALSOTransliterator::create, Transliterator::createFromRules. PHP Documentation Group TRANSLITERATOR.__CONSTRUCT(3)