Dumplie\Metadata\Infrastructure\Doctrine\Dbal\TableName::tableName PHP 메소드

tableName() 보호된 메소드

protected tableName ( string $schemaName, string $typeName ) : string
$schemaName string
$typeName string
리턴 string
    protected function tableName(string $schemaName, string $typeName) : string
    {
        return implode('_', [$this->prefix, $schemaName, $typeName]);
    }
TableName