예제 #1
0
 public function __construct($id = null)
 {
     if (is_numeric($id)) {
         $this->id = $id;
     }
     parent::__construct();
 }