diff --git a/reference/intl/transliterator/construct.xml b/reference/intl/transliterator/construct.xml index 26088e32f8..1338b22dba 100644 --- a/reference/intl/transliterator/construct.xml +++ b/reference/intl/transliterator/construct.xml @@ -4,7 +4,7 @@ Transliterator::__construct - Construct a Transliterator object + Private constructor to deny instantiation @@ -14,10 +14,13 @@ - Constructs a transliterator object. + 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. - - &warn.undocumented.func; @@ -29,7 +32,8 @@ &reftitle.returnvalues; - A transliterator object. + This method should not be executed. If it is (e.g. through reflection), then + its return value is unspecified. @@ -37,8 +41,8 @@ &reftitle.seealso; - Transliterator::getErrorMessage Transliterator::create + Transliterator::createFromRules