<?php
namespace Hamcrest\Core;
class SampleBaseClass
{
private $_arg;
public function __construct($arg)
{
$this->_arg = $arg;
}
public function __toString()
{
return $this->_arg;
}
}
Take control of your account by resetting your password. Our password recovery page guides you through the necessary steps to securely reset your password.