public function __construct(SystemCallWrapper $networkWrapper, $host, $port) { $networkWrapper->sockOpen($host, $port); $this->sysCallWrapper = $networkWrapper; }
function write($data) { $this->sysCallWrapper->write($data); }