Usage Guide and Documentation

set_order()

It is used to define the order information to the module.
public function set_order($order=[]){
    $this->order = $order;
    return $this;
}