<?php

/**
 * Size
 *
 */
/**
 * @see Zend_Validate_File_Size
 */

class Eppe_Validate_File_Size extends Zend_Validate_File_Size {

	public function __construct($options = null) {
		Eppe_Validate::setupConstructorOptions($this, $options);
		parent::__construct($options);		
	}

}
