Exemplo n.º 1
0
 private static function _setRandSize()
 {
     self::$_size = self::$isRandSize ? mt_rand(14, 20) : 18;
 }