예제 #1
0
파일: Price.php 프로젝트: kirkbauer2/kirkxc
 /**
  * getCommonAttributes
  *
  * @return array
  */
 protected function getCommonAttributes()
 {
     $attributes = parent::getCommonAttributes();
     $attributes['value'] = '' !== $attributes['value'] ? parent::sanitizeFloat($attributes['value']) : '';
     return $attributes;
 }