Plural_Forms::__construct( string $str )

In this article

Constructor.

Parameters

$strstringrequired
Plural function (just the bit after plural= from Plural-Forms)

Source

public function __construct( $str ) {
	$this->parse( $str );
}

Changelog

VersionDescription
4.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.