Hal\MutaTesting\Event\MutationCreatedEvent::__construct PHP Метод

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

public __construct ( Hal\MutaTesting\Test\UnitInterface $unit = null )
$unit Hal\MutaTesting\Test\UnitInterface
    public function __construct(UnitInterface $unit = null)
    {
        $this->unit = $unit;
    }
MutationCreatedEvent