exits() public method

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