Module
extends Facade
in package
Table of Contents
Properties
- $container : Container
- $instance : mixed
Methods
- __callStatic() : mixed
- canBulkBlogChange() : bool
- canBulkDelete() : bool
- canBulkExport() : bool
- canBulkStatusChange() : bool
- canCreate() : bool
- canDelete() : bool
- canDuplicate() : bool
- canExport() : bool
- canImport() : bool
- canUpdate() : bool
- canUpdateWithShortcut() : bool
- double() : bool
- dup() : int
- getInstance() : mixed
- get service instance
- isAllowedMultipleArguments() : bool
- isSafeModuleName() : bool
- setContainer() : void
- getServiceAlias() : string
- getServiceInstance() : mixed
- isCache() : bool
Properties
$container
protected
static Container
$container
$instance
protected
static mixed
$instance
Methods
__callStatic()
public
static __callStatic(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
canBulkBlogChange()
public
static canBulkBlogChange(int $blogId) : bool
モジュールの一括ブログ変更を許可されているかどうか
Parameters
- $blogId : int
Return values
boolcanBulkDelete()
public
static canBulkDelete(int $blogId) : bool
モジュールの一括削除を許可されているかどうか
Parameters
- $blogId : int
Return values
boolcanBulkExport()
public
static canBulkExport(int $blogId) : bool
モジュールの一括エクスポートを許可されているかどうか
Parameters
- $blogId : int
Return values
boolcanBulkStatusChange()
public
static canBulkStatusChange(int $blogId) : bool
モジュールの一括ステータス変更を許可されているかどうか
Parameters
- $blogId : int
Return values
boolcanCreate()
public
static canCreate(int $blogId) : bool
モジュールの作成を許可されているかどうか
Parameters
- $blogId : int
Return values
boolcanDelete()
public
static canDelete(int $blogId) : bool
モジュールの削除を許可されているかどうか
Parameters
- $blogId : int
Return values
boolcanDuplicate()
public
static canDuplicate(int $blogId) : bool
モジュールの複製を許可されているかどうか
Parameters
- $blogId : int
Return values
boolcanExport()
public
static canExport(int $blogId) : bool
モジュールのエクスポートを許可されているかどうか
Parameters
- $blogId : int
Return values
boolcanImport()
public
static canImport(int $blogId) : bool
モジュールのインポートを許可されているかどうか
Parameters
- $blogId : int
Return values
boolcanUpdate()
public
static canUpdate(int $blogId) : bool
モジュールの更新を許可されているかどうか
Parameters
- $blogId : int
Return values
boolcanUpdateWithShortcut()
public
static canUpdateWithShortcut(int $mid[, int|null $rid = = 'null' ]) : bool
現在ログイン中のユーザーがショートカット機能で許可されたモジュールの更新を許可されているかどうか
Parameters
- $mid : int
- $rid : int|null = = 'null'
Return values
booldouble()
public
static double(string $identifier, int $mid, string $scope[, int|null $bid = = 'null' ]) : bool
モジュールが重複しているかどうかを確認
Parameters
- $identifier : string
- $mid : int
- $scope : string
- $bid : int|null = = 'null'
Return values
booldup()
public
static dup(int $mid) : int
モジュールを複製
Parameters
- $mid : int
Return values
intgetInstance()
get service instance
public
static getInstance() : mixed
isAllowedMultipleArguments()
public
static isAllowedMultipleArguments(Field $Module) : bool
複数引数を許可するモジュールかどうかを確認
Parameters
- $Module : Field
Return values
boolisSafeModuleName()
public
static isSafeModuleName(string $name) : bool
モジュール名が安全な文字列かどうかを確認
Parameters
- $name : string
Return values
boolsetContainer()
public
static setContainer(Container $container) : void
Parameters
- $container : Container
getServiceAlias()
protected
static getServiceAlias() : string
Return values
stringgetServiceInstance()
protected
static getServiceInstance(string $alias) : mixed
Parameters
- $alias : string
isCache()
protected
static isCache() : bool