PartKeepr\ProjectBundle\Entity\Project::setUser PHP Method

setUser() public method

Sets the user for this project.
public setUser ( User $user )
$user PartKeepr\AuthBundle\Entity\User
    public function setUser(User $user)
    {
        $this->user = $user;
    }