Example #1
0
 /**
  * Gets the names of all mapped classes known to this driver.
  *
  * @throws MappingException
  * @return string[]         The names of all mapped classes known to this driver.
  */
 public function getAllClassNames()
 {
     return $this->mappers->getClassNames();
 }