示例#1
0
 function __construct(AbstractFrameDecorator $frame)
 {
     parent::__construct($frame);
 }
 final function move($offset_x, $offset_y, $ignore_self = false)
 {
     $this->_positioner->move($offset_x, $offset_y, $ignore_self);
 }