Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Pimcore
Model
Staticroute
Dao
PHP Class Pimcore\Model\Staticroute\Dao
Inheritance:
extends
Pimcore\Model\Dao\PhpArrayTable
Exibir arquivo
Open project: pimcore/pimcore
Public Methods
Method
Description
configure
( )
delete
( ) :
void
Deletes object from database
getById
(
null
$id
= null )
getByName
(
null
$name
= null,
null
$siteId
= null )
save
( )
Method Details
configure()
public
method
public
configure
( )
delete()
public
method
Deletes object from database
public
delete
( ) :
void
return
void
getById()
public
method
public
getById
(
null
$id
= null )
$id
null
getByName()
public
method
public
getByName
(
null
$name
= null,
null
$siteId
= null )
$name
null
$siteId
null
save()
public
method
public
save
( )