Backend\Core\Engine\Base\Widget::setPosition PHP Method

setPosition() protected method

Set the position for the widget
protected setPosition ( integer $position )
$position integer The position for the widget.
    protected function setPosition($position)
    {
        $this->position = (int) $position;
    }