getFetchDepth() public method

Returns the current fetchDepth
public getFetchDepth ( ) : integer
return integer with the current fetchDepth
 /**
  * {@inheritDoc}
  */
 public function getFetchDepth()
 {
     return $this->transport->getFetchDepth();
 }