/**
  * Construct new instance
  * @param OrientDB $parent
  */
 public function __construct($parent)
 {
     $this->socket = $parent->socket;
     $this->debug = $parent->isDebug();
     $this->parent = $parent;
 }