Constructor.
Parameters
$str
stringrequired- Plural function (just the bit after
plural=
from Plural-Forms)
Source
public function __construct( $str ) {
$this->parse( $str );
}
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
Constructor.
$str
stringrequiredplural=
from Plural-Forms)public function __construct( $str ) {
$this->parse( $str );
}
Version | Description |
---|---|
4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.