/**
  * Returns the PlatformInterface instance.
  *
  * @return PlatformInterface
  */
 private function getPlatform()
 {
     return $this->parentTable->getPlatform();
 }