final function position()
 {
     $this->_positioner->position();
 }
 function __construct(Frame_Decorator $frame)
 {
     parent::__construct($frame);
 }
Exemple #3
0
 final function move($offset_x, $offset_y, $ignore_self = false)
 {
     $this->_positioner->move($offset_x, $offset_y, $ignore_self);
 }