/** * Sets the image height * * @param int $size dimension to set * @access protected * @since 29/05/02 13:36:31 */ static function _set_img_y($size) { self::$img_y = $size; }