PHP Class BcRedirectSubSiteFilter

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
beforeDispatch ( CakeEvent $event ) : void Before Dispatch

Method Details

beforeDispatch() public méthode

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

Property Details

$priority public_oe property

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