FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
apimatic
/
jsonmapper
/
tests
/
othernamespace
Edit File: Foo.php
<?php namespace othernamespace; class Foo { public $name; public function __construct($name) { $this->name = $name; } } ?>
Save
Back