Table
extends Component
in package
implements
IProxy, ITable
Uses
TProxy
Tags
Table of Contents
Interfaces
Properties
- $name : string
- The name of the proxied table
- $qualified_name : string
- The qualified name for the table
- $schema_dsn_name : string
- The name of the data source name for the schema this table belongs to. This is used to retrieved the schema from the manager without storing the schema itself as a member of this table
- $subject : Component
- $hashCode : int
- $hashCounter : int
Methods
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __destruct() : mixed
- __get() : mixed
- extends() : bool
- getColumn() : IColumn
- getColumns() : ArrayObject
- getComment() : string|null
- getForeignKeyFieldRelationship() : ArrayObject
- getForeignKeyFieldsRelationships() : ArrayObject
- getModel() : IModel
- Gets an instance of the model this table represents
- getName() : string
- Gets the name of this table
- getQualifiedName() : string
- Gets the fully qualified name of this table
- getReferencedKeyFieldRelationship() : ArrayObject|null
- getReferencedKeyFieldsRelationships() : ArrayObject
- getReflection() : ReflectionClass
- getRelationship() : ITableRelationship|null
- getSchema() : ISchema
- getSchemaDsnName() : string
- getSubject() : Component
- getType() : string
- isColumn() : bool
- init() : mixed
- {@inheritdoc}
- load() : mixed
- setSubject() : mixed
- setComment() : mixed
- setName() : mixed
- setQualifiedName() : mixed
- setSchemaDsnName() : mixed
- setType() : mixed
Properties
$name
The name of the proxied table
protected
string
$name
$qualified_name
The qualified name for the table
protected
string
$qualified_name
$schema_dsn_name
The name of the data source name for the schema this table belongs to. This is used to retrieved the schema from the manager without storing the schema itself as a member of this table
protected
string
$schema_dsn_name
$subject
protected
Component
$subject
$hashCode
private
int
$hashCode
$hashCounter
private
static int
$hashCounter
= 0
Methods
__call()
public
__call(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
Tags
__callStatic()
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
__construct()
public
__construct(ISchema $schema, string $name) : mixed
Parameters
- $schema : ISchema
- $name : string
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
extends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolgetColumn()
public
getColumn(string $column_name) : IColumn
Parameters
- $column_name : string
Tags
Return values
IColumngetColumns()
public
getColumns() : ArrayObject
Return values
ArrayObjectgetComment()
public
getComment() : string|null
Tags
Return values
string|nullgetForeignKeyFieldRelationship()
public
getForeignKeyFieldRelationship(ITable $table) : ArrayObject
Parameters
- $table : ITable
Return values
ArrayObjectgetForeignKeyFieldsRelationships()
public
getForeignKeyFieldsRelationships() : ArrayObject
Tags
Return values
ArrayObjectgetModel()
Gets an instance of the model this table represents
public
getModel() : IModel
Tags
Return values
IModelgetName()
Gets the name of this table
public
getName() : string
Return values
stringgetQualifiedName()
Gets the fully qualified name of this table
public
getQualifiedName() : string
Tags
Return values
stringgetReferencedKeyFieldRelationship()
public
getReferencedKeyFieldRelationship(ITable $table) : ArrayObject|null
Parameters
- $table : ITable
Return values
ArrayObject|nullgetReferencedKeyFieldsRelationships()
public
getReferencedKeyFieldsRelationships() : ArrayObject
Tags
Return values
ArrayObjectgetReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClassgetRelationship()
public
getRelationship(ITable $table) : ITableRelationship|null
Parameters
- $table : ITable
Tags
Return values
ITableRelationship|nullgetSchema()
public
getSchema() : ISchema
Return values
ISchemagetSchemaDsnName()
public
getSchemaDsnName() : string
Return values
stringgetSubject()
public
getSubject() : Component
Return values
ComponentgetType()
public
getType() : string
Tags
Return values
stringisColumn()
public
isColumn(string $column_name) : bool
Parameters
- $column_name : string
Return values
boolinit()
{@inheritdoc}
protected
init() : mixed
Tags
load()
protected
load() : mixed
Tags
setSubject()
protected
setSubject(Component $subject) : mixed
Parameters
- $subject : Component
setComment()
private
setComment(string $comment) : mixed
Parameters
- $comment : string
setName()
private
setName(string $name) : mixed
Parameters
- $name : string
setQualifiedName()
private
setQualifiedName(string $qualified_name) : mixed
Parameters
- $qualified_name : string
setSchemaDsnName()
private
setSchemaDsnName(string $schema_dsn_name) : mixed
Parameters
- $schema_dsn_name : string
setType()
private
setType(string $type) : mixed
Parameters
- $type : string