Ejemplo n.º 1
0
 /**
  * @return mixed
  */
 public static function getName($const, $className = 'OrderStatus')
 {
     return parent::getName($const, OrderStatus::$className);
 }
Ejemplo n.º 2
0
 /**
  * @return mixed
  */
 public static function getName($const, $className = 'Currency')
 {
     return parent::getName($const, Currency::$className);
 }
Ejemplo n.º 3
0
 /**
  * @return mixed
  */
 public static function getName($const)
 {
     return parent::getName($const, FileType::$className);
 }