exits() 공개 메소드

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