a-blog cms PHP API Reference

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

$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
bool

canBulkDelete()

public static canBulkDelete(int $blogId) : bool

モジュールの一括削除を許可されているかどうか

Parameters
$blogId : int
Return values
bool

canBulkExport()

public static canBulkExport(int $blogId) : bool

モジュールの一括エクスポートを許可されているかどうか

Parameters
$blogId : int
Return values
bool

canBulkStatusChange()

public static canBulkStatusChange(int $blogId) : bool

モジュールの一括ステータス変更を許可されているかどうか

Parameters
$blogId : int
Return values
bool

canCreate()

public static canCreate(int $blogId) : bool

モジュールの作成を許可されているかどうか

Parameters
$blogId : int
Return values
bool

canDelete()

public static canDelete(int $blogId) : bool

モジュールの削除を許可されているかどうか

Parameters
$blogId : int
Return values
bool

canDuplicate()

public static canDuplicate(int $blogId) : bool

モジュールの複製を許可されているかどうか

Parameters
$blogId : int
Return values
bool

canExport()

public static canExport(int $blogId) : bool

モジュールのエクスポートを許可されているかどうか

Parameters
$blogId : int
Return values
bool

canImport()

public static canImport(int $blogId) : bool

モジュールのインポートを許可されているかどうか

Parameters
$blogId : int
Return values
bool

canUpdate()

public static canUpdate(int $blogId) : bool

モジュールの更新を許可されているかどうか

Parameters
$blogId : int
Return values
bool

canUpdateWithShortcut()

public static canUpdateWithShortcut(int $mid[, int|null $rid = = 'null' ]) : bool

現在ログイン中のユーザーがショートカット機能で許可されたモジュールの更新を許可されているかどうか

Parameters
$mid : int
$rid : int|null = = 'null'
Return values
bool

double()

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
bool

dup()

public static dup(int $mid) : int

モジュールを複製

Parameters
$mid : int
Return values
int

getInstance()

get service instance

public static getInstance() : mixed

isAllowedMultipleArguments()

public static isAllowedMultipleArguments(Field $Module) : bool

複数引数を許可するモジュールかどうかを確認

Parameters
$Module : Field
Return values
bool

isSafeModuleName()

public static isSafeModuleName(string $name) : bool

モジュール名が安全な文字列かどうかを確認

Parameters
$name : string
Return values
bool

getServiceAlias()

protected static getServiceAlias() : string
Return values
string

getServiceInstance()

protected static getServiceInstance(string $alias) : mixed
Parameters
$alias : string

isCache()

protected static isCache() : bool
Return values
bool

        
On this page

Search results