PartKeepr\CoreBundle\Entity\BaseEntity::getId PHP Method

getId() public method

Returns the ID of this object.
public getId ( ) : integer
return integer The ID of this object
    public function getId()
    {
        return $this->id;
    }
BaseEntity