ACMS_App
in package
AbstractYes
App Abstract Class
Table of Contents
Properties
- $author : string
- アプリの提供者
- $desc : string
- アプリの説明
- $menu : false|string
- アプリがメニュー画面を提供するかどうか
- $module : bool
- アプリがモジュールを提供するかどうか
- $name : string
- アプリの名前
- $version : string
- アプリのバージョン
Methods
- activate() : mixed
- 有効化
- checkRequirements() : mixed
- バリデーション
- deactivate() : mixed
- 無効化
- install() : mixed
- インストール
- uninstall() : mixed
- アンインストール
- update() : mixed
- アップデート
Properties
$author
アプリの提供者
public
string
$author
$desc
アプリの説明
public
string
$desc
$menu
アプリがメニュー画面を提供するかどうか
public
false|string
$menu
= \false
$module
アプリがモジュールを提供するかどうか
旧バージョンの互換性のために残している
public
bool
$module
= \false
$name
アプリの名前
public
string
$name
$version
アプリのバージョン
public
string
$version
Methods
activate()
有効化
public
abstract activate() : mixed
Tags
checkRequirements()
バリデーション
public
abstract checkRequirements() : mixed
Tags
deactivate()
無効化
public
abstract deactivate() : mixed
Tags
install()
インストール
public
abstract install() : mixed
Tags
uninstall()
アンインストール
public
abstract uninstall() : mixed
Tags
update()
アップデート
public
abstract update() : mixed