PHP Class Elcodi\Plugin\CustomShippingBundle\Entity\Carrier

Inheritance: implements Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface, use trait Elcodi\Component\Core\Entity\Traits\IdentifiableTrait, use trait Elcodi\Component\Core\Entity\Traits\EnabledTrait
Mostra file Open project: elcodi/bamboo

Protected Properties

Property Type Description
$description string description
$name string name
$ranges Doctrine\Common\Collections\Collection ranges
$tax Elcodi\Component\Tax\Entity\Interfaces\TaxInterface Tax

Public Methods

Method 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

Method Details

getDescription() public method

Get Description
public getDescription ( ) : string
return string Description

getName() public method

Get Name
public getName ( ) : string
return string Name

getRanges() public method

Get Ranges
public getRanges ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection Ranges

getTax() public method

Get Tax
public getTax ( ) : Elcodi\Component\Tax\Entity\Interfaces\TaxInterface
return Elcodi\Component\Tax\Entity\Interfaces\TaxInterface Tax

setDescription() public method

Sets Description
public setDescription ( string $description )
$description string Description

setName() public method

Sets Name
public setName ( string $name )
$name string Name

setRanges() public method

Sets Ranges
public setRanges ( Doctrine\Common\Collections\Collection $ranges )
$ranges Doctrine\Common\Collections\Collection Ranges

setTax() public method

Sets Tax
public setTax ( Elcodi\Component\Tax\Entity\Interfaces\TaxInterface $tax )
$tax Elcodi\Component\Tax\Entity\Interfaces\TaxInterface Tax

Property Details

$description protected_oe property

description
protected string $description
return string

$name protected_oe property

name
protected string $name
return string

$ranges protected_oe property

ranges
protected Collection,Doctrine\Common\Collections $ranges
return Doctrine\Common\Collections\Collection

$tax protected_oe property

Tax
protected TaxInterface,Elcodi\Component\Tax\Entity\Interfaces $tax
return Elcodi\Component\Tax\Entity\Interfaces\TaxInterface