MIOLO26
|
Outros membros herdados | |
Atributos Protegidos herdados de Frame_Decorator | |
$_root | |
$_frame | |
$_positioner | |
$_reflower | |
$_dompdf | |
Atributos Protegidos herdados de Frame | |
$_node | |
$_id | |
$_style | |
$_original_style | |
$_parent | |
$_first_child | |
$_last_child | |
$_prev_sibling | |
$_next_sibling | |
$_containing_block | |
$_position | |
$_decorator | |
split | ( | $child = null | ) |
split this frame at $child.
The current frame is cloned and $child and all children following $child are added to the clone. The clone is then passed to the current frame's parent->split() method.
Frame | $child |
Reimplementado de Frame_Decorator.