diff -r d075bf1addc2 -r 2f03faa51ba1 Model/CategoryInterface.php --- a/Model/CategoryInterface.php Thu Mar 01 18:44:48 2012 +0100 +++ b/Model/CategoryInterface.php Tue Mar 20 11:45:54 2012 +0100 @@ -20,6 +20,13 @@ function getId(); /** + * Set id + * + * @param integer $id + */ + function setId($id); + + /** * Set label * * @param string $label