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

getId() public method

Returns id.
public getId ( ) : integer
return integer $id
    public function getId()
    {
        return $this->id;
    }
InvoiceMock