PHP Class PartKeepr\ProjectBundle\Entity\ProjectAttachment

Inheritance: extends PartKeepr\UploadedFileBundle\Entity\UploadedFile
Show file Open project: partkeepr/PartKeepr Class Usage Examples

Public Methods

Method Description
__construct ( ) Creates a new project attachment.
getProject ( ) : Project Returns the roject.
setProject ( Project $project = null ) Sets the project.

Method Details

__construct() public method

Creates a new project attachment.
public __construct ( )

getProject() public method

Returns the roject.
public getProject ( ) : Project
return Project the project

setProject() public method

Sets the project.
public setProject ( Project $project = null )
$project Project The project to set