exits() public method

Check it the repository table exits.
public exits ( ) : mixed
return mixed
コード例 #1
0
ファイル: Mapper.php プロジェクト: sleimanx2/plastic
 /**
  * Check if the mappings repository exists.
  *
  * @return mixed
  */
 public function repositoryExists()
 {
     return $this->repository->exits();
 }