Sonata\Test\Component\Generator\OrderMock::getId PHP Method

getId() public method

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