PHP 클래스 Doctrine\Tests\Models\ECommerce\ECommerceProduct

저자: Giorgio Sironi
파일 보기 프로젝트 열기: doctrine/couchdb-odm 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
addCategory ( ECommerceCategory $category )
addFeature ( ECommerceFeature $feature )
addRelated ( ECommerceProduct $related )
brokenAddFeature ( ECommerceFeature $feature ) does not set the owning side
getCategories ( )
getFeatures ( )
getId ( )
getName ( )
getRelated ( )
getShipping ( )
removeCategory ( ECommerceCategory $category )
removeFeature ( ECommerceFeature $feature )
removeRelated ( ECommerceProduct $related )
removeShipping ( )
setName ( $name )
setShipping ( ECommerceShipping $shipping )

메소드 상세

__construct() 공개 메소드

public __construct ( )

addCategory() 공개 메소드

public addCategory ( ECommerceCategory $category )
$category ECommerceCategory

addFeature() 공개 메소드

public addFeature ( ECommerceFeature $feature )
$feature ECommerceFeature

addRelated() 공개 메소드

public addRelated ( ECommerceProduct $related )
$related ECommerceProduct

brokenAddFeature() 공개 메소드

does not set the owning side
public brokenAddFeature ( ECommerceFeature $feature )
$feature ECommerceFeature

getCategories() 공개 메소드

public getCategories ( )

getFeatures() 공개 메소드

public getFeatures ( )

getId() 공개 메소드

public getId ( )

getName() 공개 메소드

public getName ( )

getRelated() 공개 메소드

public getRelated ( )

getShipping() 공개 메소드

public getShipping ( )

removeCategory() 공개 메소드

public removeCategory ( ECommerceCategory $category )
$category ECommerceCategory

removeFeature() 공개 메소드

public removeFeature ( ECommerceFeature $feature )
$feature ECommerceFeature

removeRelated() 공개 메소드

public removeRelated ( ECommerceProduct $related )
$related ECommerceProduct

removeShipping() 공개 메소드

public removeShipping ( )

setName() 공개 메소드

public setName ( $name )

setShipping() 공개 메소드

public setShipping ( ECommerceShipping $shipping )
$shipping ECommerceShipping