Model/Category.php
changeset 83 e9f04298bdfa
parent 2 13f43f53d0ba
equal deleted inserted replaced
81:145296a918f8 83:e9f04298bdfa
    32     public function getId()
    32     public function getId()
    33     {
    33     {
    34         return $this->id;
    34         return $this->id;
    35     }
    35     }
    36     
    36     
       
    37     
       
    38     /**
       
    39      * Set id
       
    40      *
       
    41      * @param integer $id
       
    42      */
       
    43     function setId($id)
       
    44     {
       
    45         $this->id = $id;
       
    46     }
       
    47     
    37     /**
    48     /**
    38      * Set label
    49      * Set label
    39      *
    50      *
    40      * @param string $label
    51      * @param string $label
    41      */
    52      */