FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
apimatic
/
jsonmapper
/
tests
/
JsonMapperTest
Edit File: ValueObject.php
<?php class JsonMapperTest_ValueObject { protected $value; public function __construct($value) { $this->value = $value; } public function getValue() { return $this->value; } }
Save
Back