final function position()
 {
     $this->_positioner->position();
 }
Ejemplo n.º 2
0
 function __construct(Frame_Decorator $frame)
 {
     parent::__construct($frame);
 }
Ejemplo n.º 3
0
 final function move($offset_x, $offset_y, $ignore_self = false)
 {
     $this->_positioner->move($offset_x, $offset_y, $ignore_self);
 }