FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
apimatic
/
jsonmapper
/
tests
/
JsonMapperTest
Edit File: SimpleBase.php
<?php /** * @discriminator type * @discriminatorType base */ class JsonMapperTest_SimpleBase { public $afield; public $bfield; public $type; /** * Embedded * @var JsonMapperTest_SimpleBase */ public $embedded; /** * Embedded array * @var JsonMapperTest_SimpleBase[] */ public $embeddedArray; }
Save
Back