<?php

/**
 * ImageSize
 *
 */
/**
 * @see Zend_Validate_File_ImageSize
 */

class Eppe_Validate_File_ImageSize extends Zend_Validate_File_ImageSize {

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

}
