\Omega\Database TableName

TableName class.

This TableName class represents a table name in the Omgea CMS package. This class encapsulates the name of a database table.

Summary

Methods
Properties
Constants
__construct
name
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
No private properties found
No private constants found

Properties

$name

$name : string

Type

string

Methods

__construct()

__construct(string  $name) : void

TableName class constructor.

Parameters

string $name

Holds the name of the database table.

Returns

void —