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