Вход Регистрация
Файл: gapps/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/SampleBaseClass.php
Строк: 9
<?php
namespace HamcrestCore;

class 
SampleBaseClass
{

    private 
$_arg;

    public function 
__construct($arg)
    {
        
$this->_arg $arg;
    }

    public function 
__toString()
    {
        return 
$this->_arg;
    }
}
Онлайн: 1
Реклама