getFetchDepth() 공개 메소드

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