PHP Class BcRedirectSubSiteFilter

ユーザーエージェントにより、関連するサブサイトにリダイレクトを行う
Inheritance: extends DispatcherFilter
Datei anzeigen Open project: baserproject/basercms

Public Properties

Property Type Description
$priority integer 先にキャッシュを読まれると意味がない為 BcCacheDispatcherより先に呼び出される必要がある

Public Methods

Method Description
beforeDispatch ( CakeEvent $event ) : void Before Dispatch

Method Details

beforeDispatch() public method

Before Dispatch
public beforeDispatch ( CakeEvent $event ) : void
$event CakeEvent containing the request and response object
return void

Property Details

$priority public_oe property

先にキャッシュを読まれると意味がない為 BcCacheDispatcherより先に呼び出される必要がある
public int $priority
return integer