Documentation

Column extends Component
in package
implements IColumn

AbstractYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

IColumn

Properties

$db  : string
The name of the database this column is from
$default_value  : string|int|float
The default value for this column if there is any
$name  : string
The name of the column
$qualified_name  : string
$table  : ITable
The name of the table this column belongs to
$type  : int
The type of this column
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
extends()  : bool
getDefaultValue()  : mixed
getName()  : string
getQualifiedName()  : string
Gets the fully qualified name for this column
getReflection()  : ReflectionClass
getTable()  : ITable
getType()  : int
init()  : mixed
setTable()  : mixed

Properties

$db

The name of the database this column is from

protected string $db

$default_value

The default value for this column if there is any

protected string|int|float $default_value

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

        
On this page

Search results