예제 #1
0
 /**
  * Returns the code for the passed mask.
  *
  * @param int $mask
  *
  * @throws \InvalidArgumentException
  * @throws \RuntimeException
  *
  * @return string
  */
 public static function getCode($mask)
 {
     MaskBuilder::getCode($mask);
 }