Exemple #1
0
 /**
  * Retrieve attribute input validation class
  *
  * @param AbstractAttribute $attribute
  * @return string
  */
 public function getAttributeValidationClass($attribute)
 {
     return $attribute->getFrontendClass();
 }