PHP Class Pimcore\Model\Object\Localizedfield\Dao

Inheritance: extends Pimcore\Model\Dao\AbstractDao
Show file Open project: pimcore/pimcore

Protected Properties

Property Type Description
$tableDefinitions null

Public Methods

Method Description
createLocalizedViews ( )
createUpdateTable ( )
delete ( boolean $deleteQuery = true )
getQueryTableName ( ) : string
getTableName ( ) : string
load ( $object, $params = [] )
save ( )

Method Details

createLocalizedViews() public method

createUpdateTable() public method

public createUpdateTable ( )

delete() public method

public delete ( boolean $deleteQuery = true )
$deleteQuery boolean

getQueryTableName() public method

public getQueryTableName ( ) : string
return string

getTableName() public method

public getTableName ( ) : string
return string

load() public method

public load ( $object, $params = [] )

save() public method

public save ( )

Property Details

$tableDefinitions protected property

protected null $tableDefinitions
return null