__construct() публичный Метод

public __construct ( )
Пример #1
0
 public function __construct(atoum\test $test)
 {
     parent::__construct();
     $this->setTest($test);
 }