WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity::getId PHP Method

getId() public method

public getId ( ) : integer
return integer
    public function getId() : int
    {
        return $this->id;
    }
AbstractEntity