Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Pimcore
Model
Document
Snippet
Dao
PHP Class Pimcore\Model\Document\Snippet\Dao
Inheritance:
extends
Pimcore\Model\Document\PageSnippet\Dao
Show file
Open project: pimcore/pimcore
Public Methods
Method
Description
create
( )
Create a new record for the object in the database
delete
( )
Deletes the object from database
getById
(
integer
$id
= null )
Get the data for the object by the given id, or by the id which is set in the object
Method Details
create()
public
method
Create a new record for the object in the database
public
create
( )
delete()
public
method
Deletes the object from database
public
delete
( )
getById()
public
method
Get the data for the object by the given id, or by the id which is set in the object
public
getById
(
integer
$id
= null )
$id
integer