PHP 클래스 PartKeepr\FootprintBundle\Entity\FootprintAttachment

상속: extends PartKeepr\UploadedFileBundle\Entity\UploadedFile
파일 보기 프로젝트 열기: partkeepr/PartKeepr 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Creates a new footprint attachment.
getFootprint ( ) : Footprint Returns the footprint.
setFootprint ( Footprint $footprint = null ) Sets the footprint.

메소드 상세

__construct() 공개 메소드

Creates a new footprint attachment.
public __construct ( )

getFootprint() 공개 메소드

Returns the footprint.
public getFootprint ( ) : Footprint
리턴 Footprint the footprint

setFootprint() 공개 메소드

Sets the footprint.
public setFootprint ( Footprint $footprint = null )
$footprint Footprint The footprint to set