UNICORN - server side
公開変数類 | 限定公開メンバ関数 | 全メンバ一覧
ImageControllerBase クラス
ImageControllerBase の継承関係図
APIControllerBase WebControllerBase MVCControllerBase MVCController

公開変数類

 $httpStatus = 200
 
 $outputType = ""
 
- 基底クラス APIControllerBase に属する継承公開変数類
 $httpStatus = 200
 
 $outputType = "json"
 
 $validateError = ""
 
 $jsonUnescapedUnicode = true
 
- 基底クラス WebControllerBase に属する継承公開変数類
 $httpStatus = 200
 
 $outputType = "html"
 
- 基底クラス MVCControllerBase に属する継承公開変数類
 $controlerClassName = ""
 
 $httpStatus = 200
 
 $outputType = "html"
 
 $requestMethod = "GET"
 
 $restResource = ''
 
 $jsonUnescapedUnicode = TRUE
 
 $deviceType = "PC"
 
 $appVersion = "1.0.0"
 
 $appleReviewd = FALSE
 
 $mustAppVersioned = FALSE
 
 $allowed = NULL
 

限定公開メンバ関数

 _getImage ($argFilePath, $argWidth=NULL, $argHeight=NULL, $argProportional=NULL, $argMemcacheDSN=NULL)
 

その他の継承メンバ

- 基底クラス MVCControllerBase に属する継承公開メンバ関数
 execute ()
 
- 基底クラス APIControllerBase に属する継承静的限定公開メンバ関数
static _clearCacheImage ($argFilePath, $argMemcacheDSN=NULL)
 
- 基底クラス WebControllerBase に属する継承静的限定公開メンバ関数
static _clearCacheImage ($argFilePath, $argMemcacheDSN=NULL)
 

関数詳解

ImageControllerBase::_getImage (   $argFilePath,
  $argWidth = NULL,
  $argHeight = NULL,
  $argProportional = NULL,
  $argMemcacheDSN = NULL 
)
protected
引数
unknown$argFilePath
string$argWidth
string$argHeight
string$argProportionaltrue:サイズ上の縦横比を維持しつつ、縮小する false:指定された比率にリサイズ(アスペクト比は変わらない)
string$argMemcacheDSN
戻り値
boolean

このクラス詳解は次のファイルから抽出されました: