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