PHP 클래스 Elcodi\Plugin\CustomShippingBundle\Entity\Carrier

상속: implements Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface, use trait Elcodi\Component\Core\Entity\Traits\IdentifiableTrait, use trait Elcodi\Component\Core\Entity\Traits\EnabledTrait
파일 보기 프로젝트 열기: elcodi/bamboo

보호된 프로퍼티들

프로퍼티 타입 설명
$description string description
$name string name
$ranges Doctrine\Common\Collections\Collection ranges
$tax Elcodi\Component\Tax\Entity\Interfaces\TaxInterface Tax

공개 메소드들

메소드 설명
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

메소드 상세

getDescription() 공개 메소드

Get Description
public getDescription ( ) : string
리턴 string Description

getName() 공개 메소드

Get Name
public getName ( ) : string
리턴 string Name

getRanges() 공개 메소드

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

getTax() 공개 메소드

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

setDescription() 공개 메소드

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

setName() 공개 메소드

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

setRanges() 공개 메소드

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

setTax() 공개 메소드

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

프로퍼티 상세

$description 보호되어 있는 프로퍼티

description
protected string $description
리턴 string

$name 보호되어 있는 프로퍼티

name
protected string $name
리턴 string

$ranges 보호되어 있는 프로퍼티

ranges
protected Collection,Doctrine\Common\Collections $ranges
리턴 Doctrine\Common\Collections\Collection

$tax 보호되어 있는 프로퍼티

Tax
protected TaxInterface,Elcodi\Component\Tax\Entity\Interfaces $tax
리턴 Elcodi\Component\Tax\Entity\Interfaces\TaxInterface