Documentation

Table extends Component
in package
implements IProxy, ITable Uses TProxy

Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

IProxy
ITable

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

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getColumns()

public getColumns() : ArrayObject
Return values
ArrayObject

getForeignKeyFieldRelationship()

public getForeignKeyFieldRelationship(ITable $table) : ArrayObject
Parameters
$table : ITable
Return values
ArrayObject

getName()

Gets the name of this table

public getName() : string
Return values
string

getReferencedKeyFieldRelationship()

public getReferencedKeyFieldRelationship(ITable $table) : ArrayObject|null
Parameters
$table : ITable
Return values
ArrayObject|null

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

getSchemaDsnName()

public getSchemaDsnName() : string
Return values
string

isColumn()

public isColumn(string $column_name) : bool
Parameters
$column_name : string
Return values
bool

init()

{@inheritdoc}

protected init() : mixed
Tags
see
Component::init()

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

        
On this page

Search results