*/ class SerializedNameEnt { /** * @SerializedName("notfoo") * * @var string */ public $foo; /** * Tests serialized name feature. * * @SerializedName("notwhatyouthink") */ public function setBar(string $bar) { } }