Inherited Variables
Inherited Constants
Inherited Methods
Class Details
出力を補助するクラス
[ Top ]
Class Variables
Class Methods
__construct
[ Top ]
getContentDisposition
string getContentDisposition(
)
[line 87]
contentDispositionの値を返却
Tags:
- return - contentDispositionの値
- since - 3.0.0
- access - public
Parameters:
[ Top ]
getContentType
string getContentType(
)
[line 111]
contentTypeの値を返却
Tags:
- return - contentTypeの値
- since - 3.0.0
- access - public
Parameters:
[ Top ]
getRedirect
string getRedirect(
)
[line 183]
Redirectの値を返却
Tags:
- return - redirectの値
- since - 3.0.0
- access - public
Parameters:
[ Top ]
getResult
string getResult(
)
[line 135]
resultの値を返却
Tags:
- return - resultの値
- since - 3.0.0
- access - public
Parameters:
[ Top ]
getView
string getView(
)
[line 159]
viewの値を返却
Tags:
- return - viewの値
- since - 3.0.0
- access - public
Parameters:
[ Top ]
setContentDisposition
void setContentDisposition(
string
$contentDisposition)
[line 99]
contentDispositionの値をセット
Tags:
- since - 3.0.0
- access - public
Parameters:
- string $contentDisposition - contentDispositionの値
[ Top ]
setContentType
void setContentType(
string
$contentType)
[line 123]
contentTypeの値をセット
Tags:
- since - 3.0.0
- access - public
Parameters:
- string $contentType - contentTypeの値
[ Top ]
setRedirect
void setRedirect(
string
$redirect)
[line 195]
Redirectの値をセット
Tags:
- since - 3.0.0
- access - public
Parameters:
- string $redirect - redirectの値
[ Top ]
setResult
void setResult(
string
$result)
[line 147]
resultの値をセット
Tags:
- since - 3.0.0
- access - public
Parameters:
- string $result - resultの値
[ Top ]
setView
void setView(
string
$view)
[line 171]
viewの値をセット
Tags:
- since - 3.0.0
- access - public
Parameters:
- string $view - viewの値
[ Top ]