PHP Class Pimcore\Model\Object\QuantityValue\Unit\Dao

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

Protected Properties

Свойство Type Description
$validColumns array Contains all valid columns in the database table

Méthodes publiques

Méthode Description
create ( ) : boolean Create a new record for the object in database
delete ( ) : void Deletes object from database
getByAbbreviation ( string $abbreviation ) : void
getById ( $id ) : void
getByReference ( string $reference ) : void
init ( ) : void Get the valid columns from the database
save ( ) : void Save object to database
update ( ) : void

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

getByAbbreviation() public méthode

public getByAbbreviation ( string $abbreviation ) : void
$abbreviation string
Résultat void

getById() public méthode

public getById ( $id ) : void
Résultat void

getByReference() public méthode

public getByReference ( string $reference ) : void
$reference string
Résultat void

init() public méthode

Get the valid columns from the database
public init ( ) : void
Résultat void

save() public méthode

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

update() public méthode

public update ( ) : void
Résultat void

Property Details

$validColumns protected_oe property

Contains all valid columns in the database table
protected array $validColumns
Résultat array