exits() public méthode

Check it the repository table exits.
public exits ( ) : mixed
Résultat mixed
Exemple #1
0
 /**
  * Check if the mappings repository exists.
  *
  * @return mixed
  */
 public function repositoryExists()
 {
     return $this->repository->exits();
 }