/** * 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());*/ }
/** * Method description * * More detailed method description * @param void */ function __construct($id = null) { parent::__construct($id); }