Jarves\Admin\ObjectCrud::setStartCombine PHP Method

setStartCombine() public method

public setStartCombine ( boolean $startCombine )
$startCombine boolean
    public function setStartCombine($startCombine)
    {
        $this->startCombine = $startCombine;
    }
ObjectCrud