Public Member Functions | |
__construct ($url) | |
render ($model=null) | |
getUrl () | |
Static Public Member Functions | |
static | create ($url) |
Protected Member Functions | |
getLocationUrl ($model=null) | |
Protected Attributes | |
$url = null |
Definition at line 15 of file CleanRedirectView.class.php.
CleanRedirectView::__construct | ( | $ | url | ) |
Reimplemented in RedirectToView.
Definition at line 19 of file CleanRedirectView.class.php.
References $url.
static CleanRedirectView::create | ( | $ | url | ) | [static] |
Reimplemented in RedirectToView, and RedirectView.
Definition at line 27 of file CleanRedirectView.class.php.
References $url.
CleanRedirectView::getLocationUrl | ( | $ | model = null |
) | [protected] |
Reimplemented in RedirectView.
Definition at line 42 of file CleanRedirectView.class.php.
References getUrl().
Referenced by render().
CleanRedirectView::getUrl | ( | ) |
Reimplemented in RedirectToView.
Definition at line 37 of file CleanRedirectView.class.php.
Referenced by RedirectView::getLocationUrl(), and getLocationUrl().
CleanRedirectView::render | ( | $ | model = null |
) |
$model | null or Model |
Implements View.
Definition at line 32 of file CleanRedirectView.class.php.
References getLocationUrl(), and HeaderUtils::redirectRaw().
CleanRedirectView::$url = null [protected] |
Definition at line 17 of file CleanRedirectView.class.php.
Referenced by __construct(), RedirectView::create(), and create().