Method Summary
-
string
getName()
Gets the name of the column.
-
string
getPhpName()
Gets the php name of the column.
-
boolean
isComponent()
Returns true if the column is a component.
-
boolean
isLink()
Returns true if the column has a link.
-
boolean
isPartial()
Returns true if the column is a partial.
-
boolean
isReal()
Returns true if the column maps a database column.
-
__call($name, $arguments)
-
__construct($phpName, $column = null, $flags = array())
Constructor.
Method Details
-
Gets the name of the column.
returns The column name
-
(string) getPhpName ()
Browse code
Gets the php name of the column.
returns The php name
-
(boolean) isComponent ()
Browse code
Returns true if the column is a component.
returns true if the column is a component, false otherwise
-
Returns true if the column has a link.
returns true if the column has a link, false otherwise
-
(boolean) isPartial ()
Browse code
Returns true if the column is a partial.
returns true if the column is a partial, false otherwise
-
Returns true if the column maps a database column.
returns true if the column maps a database column, false otherwise
-
__call ($name, $arguments)
Browse code
-
__construct ($phpName, $column = null, $flags = array())
Browse code
| $phpName |
The column php name
|
| $column |
The column name
|
| $flags |
The column flags
|
Constructor.
|