Plural_Forms::__construct()

最后更新于:2021-11-25 21:00:04

Plural_Forms::__construct( string$str)

Constructor.

参数

$str

(string) (Required) Plural function (just the bit after plural= from Plural-Forms)

源文件

文件: gc-includes/pomo/plural-forms.php

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