PHP Class Pimcore\Model\Object\KeyValue\TranslatorConfig\Dao

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

Public Methods

Method Description
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 ( )

Method Details

create() public method

Create a new record for the object in database
public create ( ) : boolean
return boolean

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, or from the ID which is set in the object
public getById ( integer $id = null ) : void
$id integer
return void

getByName() public method

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

save() public method

Save object to database
public save ( ) : void
return void

update() public method

public update ( )