コード例 #1
0
ファイル: Transform.php プロジェクト: alachaum/timetrex
 /**
  * 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;
 }