getTableName() public method

public getTableName ( ) : string
return string
Example #1
0
 protected function prefix(string $string) : string
 {
     return implode('.', [str_replace('_', '.', $this->mapper->getTableName()), $string]);
 }