|
|
File: /data/customers/alex/htdocs/include/pc4p_box.inc
PC4P - pc4p
pc4p_box
pc4p_object | +-- pc4p_box
Box-Object provides functionality for drawing boxes around
|
private class pc4p_box extends pc4p_object
Box-Object provides functionality for drawing boxes around
other objects
|
|
|
|
|
Private Method Summary |
void |
pc4p_draw()Calls the pc4p_draw in its children, then draws the boxWarning: documentation is missing. |
|
|
Public Field Summary |
array |
$marginMargins for the box |
|
Public Method Details |
pc4p_box |
public void pc4p_box( object pc4p_page &$parent )
|
|
Constructor
|
Parameter |
|
object pc4p_page |
&$parent |
|
|
|
|
Returns |
void |
Author(s) |
Alexander Wirtz <wirtz@web-active.com> |
|
|
Private Method Details |
pc4p_draw |
private void pc4p_draw( )
|
|
Calls the pc4p_draw in its children, then draws the box
Warning: documentation is missing.
|
Returns |
void |
Author(s) |
Alexander Wirtz <wirtz@web-active.com> |
|
|
Public Field Details |
$margin |
public array $margin
>>array( "top" => 5, "bottom" => 5, "left" => 5, "right" => 5 ) <<
Margins for the box
|
|
|
|
|
PHPDoc 1.0beta |