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