_sockets = $sockets; } function execute() { foreach ($this->_sockets as $socket) { $socket->close(); } } }