Example #1
0
 /**
  * Constructor
  * @param null|int|string $id
  */
 public function __construct($id = null)
 {
     parent::__construct();
     $this->_initClose();
 }