MIOLO26
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe Frame
Diagrama de heranças da classe Frame
Frame_Decorator Block_Frame_Decorator Image_Frame_Decorator Inline_Frame_Decorator List_Bullet_Frame_Decorator List_Bullet_Image_Frame_Decorator Null_Frame_Decorator Page_Frame_Decorator Table_Frame_Decorator Table_Row_Frame_Decorator Table_Row_Group_Frame_Decorator Text_Frame_Decorator

Membros públicos

 __construct (DomNode $node)
 
 dispose ($recursive=false)
 
 reset ()
 
 get_node ()
 
 get_id ()
 
 get_style ()
 
 get_original_style ()
 
 get_parent ()
 
 get_decorator ()
 
 get_first_child ()
 
 get_last_child ()
 
 get_prev_sibling ()
 
 get_next_sibling ()
 
 get_children ()
 
 get_containing_block ($i=null)
 
 get_position ($i=null)
 
 get_margin_height ()
 
 get_margin_width ()
 
 get_padding_box ()
 
 get_border_box ()
 
 set_id ($id)
 
 set_style (Style $style)
 
 set_decorator (Frame_Decorator $decorator)
 
 set_containing_block ($x=null, $y=null, $w=null, $h=null)
 
 set_position ($x=null, $y=null)
 
 prepend_child (Frame $child, $update_node=true)
 
 append_child (Frame $child, $update_node=true)
 
 insert_child_before (Frame $new_child, Frame $ref, $update_node=true)
 
 insert_child_after (Frame $new_child, Frame $ref, $update_node=true)
 
 remove_child (Frame $child, $update_node=true)
 
 __toString ()
 

Atributos Protegidos

 $_node
 
 $_id
 
 $_style
 
 $_original_style
 
 $_parent
 
 $_first_child
 
 $_last_child
 
 $_prev_sibling
 
 $_next_sibling
 
 $_containing_block
 
 $_position
 
 $_decorator
 

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( DomNode $node)

Class constructor

Parâmetros
DOMNode$nodethe DOMNode this frame represents

Documentação das funções

◆ __toString()

__toString ( )

Reimplementado em Frame_Decorator.

◆ append_child()

append_child ( Frame $child,
$update_node = true )

Reimplementado em Frame_Decorator.

◆ dispose()

dispose ( $recursive = false)

"Destructor": forcibly free all references held by this frame

Parâmetros
bool$recursiveif true, call dispose on all children

Reimplementado em Frame_Decorator.

◆ get_border_box()

get_border_box ( )

Reimplementado em Frame_Decorator.

◆ get_children()

get_children ( )

Reimplementado em Frame_Decorator.

◆ get_containing_block()

get_containing_block ( $i = null)

Reimplementado em Frame_Decorator.

◆ get_decorator()

get_decorator ( )

◆ get_first_child()

get_first_child ( )

Reimplementado em Frame_Decorator.

◆ get_id()

get_id ( )

Reimplementado em Frame_Decorator.

◆ get_last_child()

get_last_child ( )

Reimplementado em Frame_Decorator.

◆ get_margin_height()

◆ get_margin_width()

◆ get_next_sibling()

get_next_sibling ( )

Reimplementado em Frame_Decorator.

◆ get_node()

get_node ( )

Reimplementado em Frame_Decorator.

◆ get_original_style()

get_original_style ( )

Reimplementado em Frame_Decorator.

◆ get_padding_box()

get_padding_box ( )

Reimplementado em Frame_Decorator e Text_Frame_Decorator.

◆ get_parent()

get_parent ( )

Reimplementado em Frame_Decorator.

◆ get_position()

get_position ( $i = null)

Reimplementado em Frame_Decorator.

◆ get_prev_sibling()

get_prev_sibling ( )

Reimplementado em Frame_Decorator.

◆ get_style()

get_style ( )

Reimplementado em Frame_Decorator.

◆ insert_child_after()

insert_child_after ( Frame $new_child,
Frame $ref,
$update_node = true )

Reimplementado em Frame_Decorator.

◆ insert_child_before()

insert_child_before ( Frame $new_child,
Frame $ref,
$update_node = true )

Reimplementado em Frame_Decorator.

◆ prepend_child()

prepend_child ( Frame $child,
$update_node = true )

Reimplementado em Frame_Decorator.

◆ remove_child()

remove_child ( Frame $child,
$update_node = true )

Reimplementado em Frame_Decorator.

◆ reset()

◆ set_containing_block()

set_containing_block ( $x = null,
$y = null,
$w = null,
$h = null )

Reimplementado em Frame_Decorator e Page_Frame_Decorator.

◆ set_decorator()

set_decorator ( Frame_Decorator $decorator)

◆ set_id()

set_id ( $id)

Reimplementado em Frame_Decorator.

◆ set_position()

set_position ( $x = null,
$y = null )

Reimplementado em Frame_Decorator.

◆ set_style()

set_style ( Style $style)

Reimplementado em Frame_Decorator.

Documentação dos campos e atributos

◆ $_containing_block

$_containing_block
protected

◆ $_decorator

$_decorator
protected

◆ $_first_child

$_first_child
protected

◆ $_id

$_id
protected

◆ $_last_child

$_last_child
protected

◆ $_next_sibling

$_next_sibling
protected

◆ $_node

$_node
protected

◆ $_original_style

$_original_style
protected

◆ $_parent

$_parent
protected

◆ $_position

$_position
protected

◆ $_prev_sibling

$_prev_sibling
protected

◆ $_style

$_style
protected

A documentação para esta classe foi gerada a partir do seguinte ficheiro: