Eloquent\Phony\Call\Event\CallEventFactory::__construct PHP Метод

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

Construct a new call event factory.
public __construct ( Sequencer $sequencer, Eloquent\Phony\Clock\Clock $clock )
$sequencer Eloquent\Phony\Sequencer\Sequencer The sequencer to use.
$clock Eloquent\Phony\Clock\Clock The clock to use.
    public function __construct(Sequencer $sequencer, Clock $clock)
    {
        $this->sequencer = $sequencer;
        $this->clock = $clock;
    }