| Path : /var/www/html/phkaymedia/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/phkaymedia/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/SampleBaseClass.php |
<?php
namespace Hamcrest\Core;
class SampleBaseClass
{
private $_arg;
public function __construct($arg)
{
$this->_arg = $arg;
}
public function __toString()
{
return $this->_arg;
}
}