Méthode | Description | |
---|---|---|
getDescription ( ) : string | Get Description | |
getName ( ) : string | Get Name | |
getRanges ( ) : Doctrine\Common\Collections\Collection | Get Ranges | |
getTax ( ) : Elcodi\Component\Tax\Entity\Interfaces\TaxInterface | Get Tax | |
setDescription ( string $description ) | Sets Description | |
setName ( string $name ) | Sets Name | |
setRanges ( Doctrine\Common\Collections\Collection $ranges ) | Sets Ranges | |
setTax ( Elcodi\Component\Tax\Entity\Interfaces\TaxInterface $tax ) | Sets Tax |
public getDescription ( ) : string | ||
Résultat | string | Description |
public getRanges ( ) : Doctrine\Common\Collections\Collection | ||
Résultat | Doctrine\Common\Collections\Collection | Ranges |
public getTax ( ) : Elcodi\Component\Tax\Entity\Interfaces\TaxInterface | ||
Résultat | Elcodi\Component\Tax\Entity\Interfaces\TaxInterface | Tax |
public setDescription ( string $description ) | ||
$description | string | Description |
public setRanges ( Doctrine\Common\Collections\Collection $ranges ) | ||
$ranges | Doctrine\Common\Collections\Collection | Ranges |
public setTax ( Elcodi\Component\Tax\Entity\Interfaces\TaxInterface $tax ) | ||
$tax | Elcodi\Component\Tax\Entity\Interfaces\TaxInterface | Tax |