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

Inheritance: extends Pimcore\Model\Dao\AbstractDao
Afficher le fichier Open project: pimcore/pimcore

Méthodes publiques

Méthode 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 méthode

Create a new record for the object in database
public create ( ) : boolean
Résultat boolean

delete() public méthode

Deletes object from database
public delete ( ) : void
Résultat void

getById() public méthode

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
Résultat void

getByName() public méthode

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

save() public méthode

Save object to database
public save ( ) : void
Résultat void

update() public méthode

public update ( )