/**
  * Set the order assigned to the entry.
  *
  * @access public
  * @since  8.5.14
  *
  *
  * @param int $order
  */
 public function setOrder($order)
 {
     $this->order = cnSanitize::integer($order);
 }