Plugin
extends Entity
in package
Class Plugin
Table of Contents
Properties
- $created : DateTime|null
- $db_init : bool
- $id : int
- $modified : DateTime|null
- $name : string
- $priority : int
- $status : bool
- $title : string|null
- $version : string|null
- $_accessible : array<string|int, mixed>
- accessible
Methods
- hasType() : bool
- 指定したタイプを持っているかどうか判定する
- isAdminTheme() : bool
- 管理画面用テーマかどうか判定する
- isCorePlugin() : bool
- コアプラグインかどうか判定する
- isPlugin() : bool
- プラグインかどうか判定する
- isTheme() : bool
- テーマかどうか判定する
Properties
$created
public
DateTime|null
$created
$db_init
public
bool
$db_init
$id
public
int
$id
$modified
public
DateTime|null
$modified
$name
public
string
$name
$priority
public
int
$priority
$status
public
bool
$status
$title
public
string|null
$title
$version
public
string|null
$version
$_accessible
accessible
protected
array<string|int, mixed>
$_accessible
= ['name' => true, 'title' => true, 'type' => true, 'version' => true, 'status' => true, 'db_init' => true, 'priority' => true, 'modified' => true, 'created' => true, 'update' => true, 'core' => true, 'registered' => true, 'description' => true, 'author' => true, 'url' => true, 'permission' => true, 'installMessage' => true, 'adminLink' => true, 'screenshot' => true]
Methods
hasType()
指定したタイプを持っているかどうか判定する
public
hasType(mixed $types) : bool
Parameters
- $types : mixed
Tags
Return values
boolisAdminTheme()
管理画面用テーマかどうか判定する
public
isAdminTheme() : bool
Tags
Return values
boolisCorePlugin()
コアプラグインかどうか判定する
public
isCorePlugin() : bool
Tags
Return values
boolisPlugin()
プラグインかどうか判定する
public
isPlugin() : bool
Tags
Return values
boolisTheme()
テーマかどうか判定する
public
isTheme() : bool