Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Pimcore
Model
Document
DocType
Dao
PHP Class Pimcore\Model\Document\DocType\Dao
Inheritance:
extends
Pimcore\Model\Dao\PhpArrayTable
Datei anzeigen
Open project: pimcore/pimcore
Public Methods
Method
Description
configure
( )
delete
( ) :
void
Deletes object from database
getById
(
null
$id
= null )
Get the data for the object from database for the given id
save
( )
Method Details
configure()
public
method
public
configure
( )
delete()
public
method
Deletes object from database
public
delete
( ) :
void
return
void
getById()
public
method
Get the data for the object from database for the given id
public
getById
(
null
$id
= null )
$id
null
save()
public
method
public
save
( )