$neighbors $neighbors : array Array holding references to all neighboring vertices of this vertex. Type array
getValue() getValue() : mixed Gets the value associated with this vertex. Returns mixed — Value associated with this vertex
setValue() setValue(mixed $value = null) Sets the value associated with this vertex. Parameters mixed $value Value to be associated with this vertex