DynamicBasedAttrTableLifecycle
uses
Singleton
Table of Contents
Methods
-
__wakeup()
: mixed
-
checkByEntityTypeIdIsTableExists()
: bool
-
createTable()
: Result
-
dropTable()
: void
-
getInstance()
: static
__wakeup()
public
__wakeup() : mixed
checkByEntityTypeIdIsTableExists()
public
static checkByEntityTypeIdIsTableExists(int $entityTypeId) : bool
Parameters
-
$entityTypeId
: int
-
createTable()
public
createTable(string $typeName) : Result
Parameters
-
$typeName
: string
-
dropTable()
public
dropTable(string $typeName) : void
Parameters
-
$typeName
: string
-
getInstance()
public
static getInstance() : static