Beispiel #1
0
 /**
  * Method description
  *
  * More detailed method description
  * @param    void
  */
 function __construct($id = null)
 {
     if (isset($id)) {
         $this->setName($id);
     }
     parent::__construct($id);
     /*if(!isset($id))
       $this->setName($this->getId());*/
 }
Beispiel #2
0
 /**
  * Method description
  *
  * More detailed method description
  * @param    void
  */
 function __construct($id = null)
 {
     parent::__construct($id);
 }