Class: atkAbstractFrame
Source Location: /utils/class.atkframeset.inc
Class atkAbstractFrame
Descendants
| atkFrameSet |
Class for generating framesets.
|
| atkFrame |
Class that represents a single frame.
|
| atkRootFrameset |
Null frame to optionally hook the topmost frame into. This frame has no html output, just the output of its child.
|
Method Summary
| void |
addChild() |
Add a child to the frameset. |
| String |
getDimension() |
Return the dimension of the frame/frameset, within its parent frameset. |
| String |
render() |
Abstract render method. Derived classes should implement this method. |
Methods
atkAbstractFrame atkAbstractFrame(
[string
$dimension = "*"]
)
|
|
Default constructor
Parameters:
Add a child to the frameset.
Parameters:
Return the dimension of the frame/frameset, within its parent frameset.
String render(
[
$embedded = false]
)
|
|
Abstract render method. Derived classes should implement this method.
Parameters:
Redefined in descendants as: