/**
  * @since 2.2
  *
  * @return PropertyTableInfoFetcher
  */
 public function getPropertyTableInfoFetcher()
 {
     // We want a cached instance here
     if ($this->propertyTableInfoFetcher === null) {
         $this->propertyTableInfoFetcher = $this->factory->newPropertyTableInfoFetcher();
     }
     return $this->propertyTableInfoFetcher;
 }
 /**
  * @since 2.2
  *
  * @return PropertyTableInfoFetcher
  */
 public function getPropertyTableInfoFetcher()
 {
     if ($this->propertyTableInfoFetcher === null) {
         $this->propertyTableInfoFetcher = $this->factory->newPropertyTableInfoFetcher();
     }
     return $this->propertyTableInfoFetcher;
 }