Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meumercado.app
/
vendor
/
hamcrest
/
hamcrest-php
/
tests
/
Hamcrest
/
Core
/
Editing: SampleBaseClass.php
<?php namespace Hamcrest\Core; class SampleBaseClass { private $_arg; public function __construct($arg) { $this->_arg = $arg; } public function __toString() { return $this->_arg; } }
Save
Cancel