PHP Класс Pimcore\Model\Object\KeyValue\TranslatorConfig\Dao

Наследование: extends Pimcore\Model\Dao\AbstractDao
Показать файл Открыть проект

Открытые методы

Метод Описание
create ( ) : boolean Create a new record for the object in database
delete ( ) : void Deletes object from database
getById ( integer $id = null ) : void Get the data for the object from database for the given id, or from the ID which is set in the object
getByName ( null $name = null )
save ( ) : void Save object to database
update ( )

Описание методов

create() публичный Метод

Create a new record for the object in database
public create ( ) : boolean
Результат boolean

delete() публичный Метод

Deletes object from database
public delete ( ) : void
Результат void

getById() публичный Метод

Get the data for the object from database for the given id, or from the ID which is set in the object
public getById ( integer $id = null ) : void
$id integer
Результат void

getByName() публичный Метод

public getByName ( null $name = null )
$name null

save() публичный Метод

Save object to database
public save ( ) : void
Результат void

update() публичный Метод

public update ( )