Ejemplo n.º 1
0
 /**
  * AuthenticationType::setAuthenticationTypeDisplayOrder
  * Update the order for display.
  *
  * @param int $order value from 0-n to signify order.
  */
 public function setAuthenticationTypeDisplayOrder($order)
 {
     return parent::setAuthenticationTypeDisplayOrder($order);
 }