PHP Class PagesControllerEventListener

Inheritance: extends BcControllerEventListener
Afficher le fichier Open project: baserproject/basercms

Méthodes publiques

Свойство Type Description
$Page boolean | null | object ページモデル
$events array イベント
$oldPath null コンテンツのフォルダ間移動の際に利用

Méthodes publiques

Méthode Description
__construct ( ) PagesControllerEventListener constructor.
contentsAfterMove ( CakeEvent $event ) Contents After Move
contentsAfterTrashReturn ( CakeEvent $event ) Contents After Trash Return
contentsBeforeDelete ( CakeEvent $event ) Contents Before Delete
contentsBeforeMove ( CakeEvent $event ) : boolean | void Contents Before Move

Method Details

__construct() public méthode

PagesControllerEventListener constructor.
public __construct ( )

contentsAfterMove() public méthode

テンプレートの移動が目的
public contentsAfterMove ( CakeEvent $event )
$event CakeEvent

contentsAfterTrashReturn() public méthode

ゴミ箱から戻した固定ページのテンプレート生成が目的
public contentsAfterTrashReturn ( CakeEvent $event )
$event CakeEvent

contentsBeforeDelete() public méthode

ゴミ箱に入れた固定ページのテンプレートの削除が目的
public contentsBeforeDelete ( CakeEvent $event )
$event CakeEvent

contentsBeforeMove() public méthode

oldPath を取得する事が目的
public contentsBeforeMove ( CakeEvent $event ) : boolean | void
$event CakeEvent
Résultat boolean | void

Property Details

$Page public_oe property

ページモデル
public bool|null|object $Page
Résultat boolean | null | object

$events public_oe property

イベント
public array $events
Résultat array

$oldPath public_oe property

コンテンツのフォルダ間移動の際に利用
public null $oldPath
Résultat null