PHP Class ContentLinksController

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

Méthodes publiques

Свойство Type Description
$components array コンポーネント

Méthodes publiques

Méthode Description
admin_add ( ) : void コンテンツを登録する
admin_delete ( ) コンテンツを削除する
admin_edit ( $entityId ) : void コンテンツを更新する
beforeFilter ( ) Before Filter
view ( ) : void コンテンツを表示する

Method Details

admin_add() public méthode

コンテンツを登録する
public admin_add ( ) : void
Résultat void

admin_delete() public méthode

コンテンツを削除する
public admin_delete ( )

admin_edit() public méthode

コンテンツを更新する
public admin_edit ( $entityId ) : void
Résultat void

beforeFilter() public méthode

Before Filter
public beforeFilter ( )

view() public méthode

コンテンツを表示する
public view ( ) : void
Résultat void

Property Details

$components public_oe property

コンポーネント
Deprecation: useViewCache 5.0.0 since 4.0.0 CakePHP3では、ビューキャッシュは廃止となる為、別の方法に移行する
public array $components
Résultat array