You are here

private static property FileValidator::$suffices in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Constraints/FileValidator.php \Symfony\Component\Validator\Constraints\FileValidator::suffices

File

vendor/symfony/validator/Constraints/FileValidator.php, line 31

Class

FileValidator
@author Bernhard Schussek <bschussek@gmail.com>

Namespace

Symfony\Component\Validator\Constraints

Code

private static $suffices = array(
  1 => 'bytes',
  self::KB_BYTES => 'kB',
  self::MB_BYTES => 'MB',
  self::KIB_BYTES => 'KiB',
  self::MIB_BYTES => 'MiB',
);