Documentation

ReferencedKeyFieldRelationship extends TableRelationship
in package
implements ITableRelationship

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

ITableRelationship

Properties

$column_name  : string
$delete_rule  : string
$name  : string
$referenced_column_name  : string
$referenced_table_name  : string
$referenced_table_schema_name  : string
$table_name  : string
$table_schema_name  : string
$update_rule  : string
$hashCode  : int
$hashCounter  : int
$relationship  : array<string|int, mixed>

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
extends()  : bool
getColumnName()  : string
getDeleteRule()  : string
getName()  : string
getReferencedColumnName()  : string
getReferencedTable()  : ITable
Gets an instance of the referenced table in this table relationship
getReferencedTableModel()  : IModel
Gets an instance of the model the referenced table represents
getReferencedTableName()  : string
getReferencedTableSchema()  : ISchema
getReferencedTableSchemaName()  : string
getReflection()  : ReflectionClass
getTable()  : ITable
getTableModel()  : IModel
Gets an instance of the model the subject table represents
getTableName()  : string
getTableSchema()  : ISchema
getTableSchemaName()  : string
getUpdateRule()  : string
init()  : mixed
setColumnName()  : mixed
setDeleteRule()  : mixed
setName()  : mixed
setReferencedColumnName()  : mixed
setReferencedTableName()  : mixed
setReferencedTableSchemaName()  : mixed
setRelationship()  : mixed
setTableName()  : mixed
setTableSchemaName()  : mixed
setUpdateRule()  : mixed

Properties

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

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

setColumnName()

private setColumnName(string $column_name) : mixed
Parameters
$column_name : string

setDeleteRule()

private setDeleteRule(string $delete_rule) : mixed
Parameters
$delete_rule : string

setReferencedColumnName()

private setReferencedColumnName(string $referenced_column_name) : mixed
Parameters
$referenced_column_name : string

setReferencedTableName()

private setReferencedTableName(string $referenced_table_name) : mixed
Parameters
$referenced_table_name : string

setReferencedTableSchemaName()

private setReferencedTableSchemaName(string $referenced_table_schema_name) : mixed
Parameters
$referenced_table_schema_name : string

setRelationship()

private setRelationship(array<string|int, mixed> $relationship) : mixed
Parameters
$relationship : array<string|int, mixed>
Tags
access

private

setTableName()

private setTableName(string $table_name) : mixed
Parameters
$table_name : string
Tags
access

private

setTableSchemaName()

private setTableSchemaName(string $table_schema_name) : mixed
Parameters
$table_schema_name : string

setUpdateRule()

private setUpdateRule(string $update_rule) : mixed
Parameters
$update_rule : string

        
On this page

Search results