public function __construct($new) { parent::__construct(null, $new); }
public function __construct($old) { parent::__construct($old, null); }