a-blog cms PHP API Reference

Helper
in package

Table of Contents

Methods

entryExists()  : bool
エントリーを保持しているか判定
getAdminUserWithMinId()  : bool|string
IDが一番小さい(古い)管理者アカウントを取得
logicalDelete()  : void
論理削除
physicalDelete()  : void
物理削除

Methods

entryExists()

エントリーを保持しているか判定

public entryExists(int $uid) : bool
Parameters
$uid : int
Return values
bool

getAdminUserWithMinId()

IDが一番小さい(古い)管理者アカウントを取得

public getAdminUserWithMinId() : bool|string
Return values
bool|string

logicalDelete()

論理削除

public logicalDelete(int $uid) : void
Parameters
$uid : int

physicalDelete()

物理削除

public physicalDelete(int $uid) : void
Parameters
$uid : int

        
On this page

Search results