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